diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index 46f4542..7c13dd7 100644 --- a/src/parse.h +++ b/src/parse.h @@ -10,7 +10,7 @@ typedef struct ParseExpression UwUVMExpressionType type; union { - int int_value; + long int_value; char *str_value; } value; size_t num_children; |