mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Fix issue where in error messages, integers were assumed to be unicode characters.
This commit is contained in:
@@ -1402,6 +1402,7 @@ EXIT:
|
||||
return poisoned_expr;
|
||||
}
|
||||
expr_int->const_expr.const_kind = CONST_INTEGER;
|
||||
expr_int->const_expr.is_character = false;
|
||||
expr_int->const_expr.is_hex = hex_characters > 0;
|
||||
Type *type_base = NULL;
|
||||
if (type_bits)
|
||||
|
||||
Reference in New Issue
Block a user