Match bool c style
This commit is contained in:
@@ -370,7 +370,7 @@ Type_Info :: struct
|
||||
kind: Type_Info_Kind
|
||||
size: S64
|
||||
align: S64
|
||||
is_unsigned: Bool
|
||||
is_unsigned: bool
|
||||
type: Type
|
||||
|
||||
base_type: Type
|
||||
@@ -414,7 +414,7 @@ GetTypeInfo :: (type: Type): *Type_Info
|
||||
insert_builtin_type_into_scope(module, "F64"_s, pctx->type_f64);
|
||||
insert_builtin_type_into_scope(module, "F32"_s, pctx->type_f32);
|
||||
insert_builtin_type_into_scope(module, "void"_s, pctx->type_void);
|
||||
insert_builtin_type_into_scope(module, "Bool"_s, pctx->type_bool);
|
||||
insert_builtin_type_into_scope(module, "bool"_s, pctx->type_bool);
|
||||
// insert_builtin_type_into_scope(module, "String"_s, pctx->type_string);
|
||||
insert_builtin_type_into_scope(module, "Type"_s, pctx->type_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user