Remove int uint, all programs compiling
This commit is contained in:
@@ -141,7 +141,7 @@ Ast_Resolved_Type *type; \
|
||||
union{ \
|
||||
bool bool_val; \
|
||||
F64 f64_val; \
|
||||
Intern_String intern_val;\
|
||||
Intern_String intern_val; \
|
||||
BigInt big_int_val;\
|
||||
Ast_Resolved_Type *type_val; \
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user