diff options
Diffstat (limited to 'asmmon.h')
-rw-r--r-- | asmmon.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <string.h> #define MAX_TOK 0x1000 +#define TXS_MNE_ID 78 /* Used for a special case in the assembler. */ typedef struct tok token ; typedef struct ln line ; |