From eb8dda3811a849ef633faa225cf1427bf93a4494 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 10 Jan 2012 03:30:17 +1000 Subject: Get rid of the LSL_AST structure, it's all in LSL_Leaf now. --- LuaSL/src/LuaSL_lexer.l | 1 - 1 file changed, 1 deletion(-) (limited to 'LuaSL/src/LuaSL_lexer.l') 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) else column++; - lval->type = type; lval->token = tokens[type - lowestToken]; lval->line = line; lval->column = column; -- cgit v1.1