summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1995-11-28 12:00:00 +0000
committerrepogen <>1995-11-28 12:00:00 +0000
commit71754d2f6423fb9b6e87658e58bafc5470d53f65 (patch)
treec704e97b80e52a52d3152738941bb4c8ca676b97 /src/parser.h
parenta8b6ba0954edb9e0e669e1f451b9a8f145ce5166 (diff)
downloadlua-github-2.2.tar.gz
Lua 2.22.2
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser.h b/src/parser.h
index 4c125dad..ea815f11 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,4 +1,3 @@
-
typedef union
{
int vInt;
@@ -6,7 +5,7 @@ typedef union
char *pChar;
Word vWord;
Long vLong;
- Byte *pByte;
+ TFunc *pFunc;
TreeNode *pNode;
} YYSTYPE;
extern YYSTYPE yylval;