summaryrefslogtreecommitdiff
path: root/vere/ext/nasm/asm/tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'vere/ext/nasm/asm/tokens.h')
-rw-r--r--vere/ext/nasm/asm/tokens.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/vere/ext/nasm/asm/tokens.h b/vere/ext/nasm/asm/tokens.h
new file mode 100644
index 0000000..b0e9887
--- /dev/null
+++ b/vere/ext/nasm/asm/tokens.h
@@ -0,0 +1,11 @@
+/*
+ * This file is generated from insns.dat, regs.dat and token.dat
+ * by tokhash.pl; do not edit.
+ */
+
+#ifndef NASM_TOKENS_H
+#define NASM_TOKENS_H
+
+#define MAX_KEYWORD 17 /* length of longest keyword */
+
+#endif /* NASM_TOKENS_H */