diff options
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |