summaryrefslogtreecommitdiff
path: root/asmmon.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-06-13 15:02:43 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-06-13 15:02:43 -0400
commitf0d11f5dfad5dc19d5a274024933bb4c998d38a9 (patch)
tree73f1b44808833063214d760042d035551da247af /asmmon.h
parent93d1386f03f36e13187c735a1e4755d646bf91bb (diff)
Made the source code cleaner.
Diffstat (limited to 'asmmon.h')
-rw-r--r--asmmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asmmon.h b/asmmon.h
index 213c9b5..39e2d19 100644
--- a/asmmon.h
+++ b/asmmon.h
@@ -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 ;