aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/expression.h
diff options
Diffstat (limited to 'expression.h')
-rw-r--r--expression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expression.h b/expression.h
index ddc1af42..bf201baf 100644
--- a/expression.h
+++ b/expression.h
@@ -36,7 +36,7 @@ struct expression {
struct symbol *ctype;
union {
// EXPR_VALUE
- long long value;
+ unsigned long long value;
// EXPR_UNOP, EXPR_PREOP and EXPR_POSTOP
struct expression *unop;