summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r--js/Sources/CONST_m.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js
index e4f3ffa9..bba55d6b 100644
--- a/js/Sources/CONST_m.js
+++ b/js/Sources/CONST_m.js
@@ -132,7 +132,8 @@ LexToken(VAR,'list',1,1330)
LexToken(OPENBRACKET,'(',1,1334)
LexToken(DQSTRING,'"vec"',1,1339)
LexToken(COMMA,',',1,1340)
-LexToken(NUMBER,'-1',1,1342)
+LexToken(ADDITION,'-',1,1342)
+LexToken(NUMBER,'1',1,1343)
LexToken(CLOSEBRACKET,')',1,1344)
LexToken(COMMA,',',1,1345)
LexToken(VAR,'exprs',1,1347)