summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisc/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index 8143ef6..4ed1dc1 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -89,8 +89,6 @@ enum {
TS,
TZ,
- TPlus,
-
TInt,
TFlts,
TFltd,
@@ -99,6 +97,8 @@ enum {
TGlo,
TTyp,
TStr,
+
+ TPlus,
TEq,
TComma,
TLParen,