diff options
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp index 83e9d5ad6..c8c47ea60 100644 --- a/src/exact_value.cpp +++ b/src/exact_value.cpp @@ -23,7 +23,7 @@ struct ExactValue { union { b32 value_bool; String value_string; - i64 value_integer; + i64 value_integer; // NOTE(bill): This must be an integer and not a pointer f64 value_float; i64 value_pointer; AstNode *value_compound; |