summaryrefslogtreecommitdiff
path: root/src/core/token.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-19 17:48:21 +0000
committerPaul Buetow <paul@buetow.org>2008-10-19 17:48:21 +0000
commit3d7b35bb37c066489546751e100c2c2b823ccba3 (patch)
treea507be11afc3c55807e254ce5b24c5412367aa46 /src/core/token.h
parentd4657a5d7029ea66d19a5d238a9dd6bf75fe5bb0 (diff)
refs and syms
Diffstat (limited to 'src/core/token.h')
-rw-r--r--src/core/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/token.h b/src/core/token.h
index caf4854..2107dd2 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -110,6 +110,7 @@ typedef enum {
TT_INT,
TT_DEFINED,
TT_UNDEF,
+ TT_SYMS,
END_KEYWORDS,
START_PARANTS,