Many changes, mostly for Solaris 2

This commit is contained in:
ceriel
1993-11-10 15:11:28 +00:00
parent a4f651cbee
commit 52fd06595a
22 changed files with 351 additions and 6 deletions

View File

@@ -18,10 +18,12 @@
#include "scope.h"
#include "type.h"
#include "expr.h"
#include "misc.h"
#define MAXARG 128
extern char *strncpy();
extern char *malloc();
extern struct idf *str2idf();
extern char *AObj;