summaryrefslogtreecommitdiff
path: root/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp.h')
-rw-r--r--glcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcpp.h b/glcpp.h
index bd599d7301..043098b134 100644
--- a/glcpp.h
+++ b/glcpp.h
@@ -51,6 +51,7 @@ typedef union YYSTYPE
{
int ival;
char *str;
+ string_list_t *string_list;
token_t *token;
token_list_t *token_list;
} YYSTYPE;