aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_lexer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_lexer.l b/LuaSL/src/LuaSL_lexer.l
index 30e0b6b..aaba74a 100644
--- a/LuaSL/src/LuaSL_lexer.l
+++ b/LuaSL/src/LuaSL_lexer.l
@@ -140,7 +140,6 @@ int common(YYSTYPE *lval, char *text, boolean checkIgnorable, int type)
140 else 140 else
141 column++; 141 column++;
142 142
143 lval->type = type;
144 lval->token = tokens[type - lowestToken]; 143 lval->token = tokens[type - lowestToken];
145 lval->line = line; 144 lval->line = line;
146 lval->column = column; 145 lval->column = column;