Initial revision

This commit is contained in:
sater
1984-05-17 13:42:36 +00:00
commit c3f82d4864
30 changed files with 4439 additions and 0 deletions

14
util/opt/ext.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef FILE
#include <stdio.h>
#endif
extern unsigned linecount;
extern int prodepth;
extern bool Lflag;
extern bool nflag;
extern byte em_flag[];
extern line_p instrs,pseudos;
extern FILE *outfile;
extern char template[];
extern offset wordsize;
extern offset pointersize;
extern char *progname;