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