summaryrefslogtreecommitdiffstats
path: root/ctok.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctok.h')
-rw-r--r--ctok.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctok.h b/ctok.h
index 56133e4e..1cddb68b 100644
--- a/ctok.h
+++ b/ctok.h
@@ -51,7 +51,8 @@ typedef struct {
ctok_CMP_GT = 19,
ctok_CMP_LTEQ = 20,
ctok_CMP_GTEQ = 21,
- ctok_NUMBER = 22
+ ctok_NUMBER = 22,
+ ctok_FUNCTION = 23
} tok;
rsCStrObj *pstrVal;
int64 intVal;