summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
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;