mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Simplify narrowing semantics.
This commit is contained in:
@@ -2783,7 +2783,6 @@ bool sema_analyse_var_decl(SemaContext *context, Decl *decl, bool local)
|
||||
}
|
||||
if (init_expr->expr_kind == EXPR_CONST)
|
||||
{
|
||||
init_expr->const_expr.narrowable = false;
|
||||
init_expr->const_expr.is_hex = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user