summaryrefslogtreecommitdiff
path: root/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp.h')
-rw-r--r--glcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp.h b/glcpp.h
index 21db918..36ab0e7 100644
--- a/glcpp.h
+++ b/glcpp.h
@@ -49,7 +49,7 @@ typedef struct token_list token_list_t;
typedef union YYSTYPE
{
- int ival;
+ intmax_t ival;
char *str;
string_list_t *string_list;
token_t *token;