summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cescal/token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cescal/token.h b/include/cescal/token.h
index e215371..21db2ac 100644
--- a/include/cescal/token.h
+++ b/include/cescal/token.h
@@ -18,6 +18,9 @@ typedef enum {
TT_RPAREN, /* '( */
TT_COMMA, /* ',' */
TT_ARROW, /* '->' */
+ TT_DEFINE, /* '#define' */
+ TT_IFNDEF, /* '#ifndef' */
+ TT_IFDEF, /* '#ifdef' */
TT_RETURN, /* 'return' */
TT_PUB, /* 'pub' */
TT_PROC, /* 'proc' */