summaryrefslogtreecommitdiff
path: root/include/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nasm.h')
-rw-r--r--include/nasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 08474135..ba015aec 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -153,6 +153,7 @@ typedef void (*ldfunc)(char *label, int32_t segment, int64_t offset,
enum token_type { /* token types, other than chars */
TOKEN_INVALID = -1, /* a placeholder value */
TOKEN_EOS = 0, /* end of string */
+ TOKEN_QMARK = '?',
TOKEN_EQ = '=',
TOKEN_GT = '>',
TOKEN_LT = '<', /* aliases */