Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include "states.h"
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if __STDC__
|
||||
#include <stdarg.h>
|
||||
extern out(char *, ...);
|
||||
|
||||
@@ -38,6 +38,8 @@
|
||||
*/
|
||||
|
||||
{
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "decl.h"
|
||||
extern int lineno, yyleng;
|
||||
|
||||
Reference in New Issue
Block a user