aboutsummaryrefslogtreecommitdiff
path: root/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/expr.c b/expr.c
index 903aef8..b43bff8 100644
--- a/expr.c
+++ b/expr.c
@@ -352,6 +352,7 @@ inttype(unsigned long long val, bool decimal, char *end)
return t;
}
error(&tok.loc, "no suitable type for constant '%s'", tok.lit);
+ return NULL;
}
static int