From a5c6340316245f4f63e74d307f9d7c8be09360c6 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 8 Oct 2016 10:01:29 +0100 Subject: "Maybe-fy" operator --- src/exact_value.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exact_value.cpp') 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; -- cgit v1.2.3