1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-25 04:18:25 +00:00

Allow importing self

This commit is contained in:
David Schmenk
2023-01-14 12:20:16 -08:00
parent ca5f81530c
commit f5b2db78a3
10 changed files with 356 additions and 358 deletions
+4
View File
@@ -9,7 +9,11 @@
#define SYSFLAGS (1<<5)
#define WARNINGS (1<<6)
#define NO_COMBINE (1<<7)
#define FALSE 0
#define TRUE (!FALSE)
extern int outflags;
extern FILE *inputfile, *outputfile;
extern char *filename, modfile[17];
#include "tokens.h"
#include "lex.h"
#include "symbols.h"