Many changes, mostly for Solaris 2

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

View File

@@ -52,12 +52,14 @@
#include "langdep.h"
#include "scope.h"
#include "idf.h"
#include "misc.h"
extern FILE *db_out;
extern int stack_offset;
extern char *strcpy();
extern t_addr *get_EM_regs();
extern char *memcpy();
extern char *malloc(), *realloc();
#define malloc_succeeded(p) if (! (p)) {\
error("could not allocate enough memory");\