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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user