mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Fix for build (#2082)
This commit is contained in:
@@ -2607,8 +2607,8 @@ static inline bool sema_analyse_ct_foreach_stmt(SemaContext *context, Ast *state
|
||||
Expr **expressions = NULL;
|
||||
Type *const_list_type = NULL;
|
||||
const char *bytes = NULL;
|
||||
Type *bytes_type;
|
||||
switch (collection->const_expr.const_kind)
|
||||
Type *bytes_type = NULL;
|
||||
switch (collection->const_expr.const_kind)
|
||||
{
|
||||
case CONST_FLOAT:
|
||||
case CONST_INTEGER:
|
||||
|
||||
Reference in New Issue
Block a user