summaryrefslogtreecommitdiffstats
path: root/runtime/ctok_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ctok_token.h')
-rw-r--r--runtime/ctok_token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ctok_token.h b/runtime/ctok_token.h
index d36689fa..1413c699 100644
--- a/runtime/ctok_token.h
+++ b/runtime/ctok_token.h
@@ -54,6 +54,7 @@ typedef struct {
ctok_FUNCTION = 17,
ctok_THEN = 18,
ctok_STRADD = 19,
+ ctok_CEEVAR = 20,
ctok_CMP_EQ = 100, /* all compare operations must be in a row */
ctok_CMP_NEQ = 101,
ctok_CMP_LT = 102,