Get rid of asm.h and localasm.h

No need to make them global
This commit is contained in:
ISSOtm
2021-01-22 13:34:16 +01:00
parent 592e9b3725
commit a679e02246
15 changed files with 47 additions and 168 deletions

View File

@@ -21,6 +21,8 @@
#include "asm/warning.h"
#include "platform.h" /* S_ISDIR (stat macro) */
#define MAXINCPATHS 128
#ifdef LEXER_DEBUG
#define dbgPrint(...) fprintf(stderr, "[lexer] " __VA_ARGS__)
#else