summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/parser.h b/src/parser.h
index ea815f11..d681cd66 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,3 +1,4 @@
+
typedef union
{
int vInt;
@@ -6,9 +7,9 @@ typedef union
Word vWord;
Long vLong;
TFunc *pFunc;
- TreeNode *pNode;
+ TaggedString *pTStr;
} YYSTYPE;
-extern YYSTYPE yylval;
+extern YYSTYPE luaY_lval;
# define WRONGTOKEN 257
# define NIL 258
# define IF 259