mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Declaration grouping uses braces rather than parentheses
This commit is contained in:
@@ -609,10 +609,6 @@ void add_global_string_constant(gbAllocator a, String name, String value) {
|
||||
|
||||
}
|
||||
|
||||
Type *add_global_type_alias(gbAllocator a, String name, Type *t) {
|
||||
Entity *e = add_global_entity(make_entity_type_alias(a, NULL, make_token_ident(name), t));
|
||||
return e->type;
|
||||
}
|
||||
|
||||
|
||||
void init_universal_scope(void) {
|
||||
|
||||
Reference in New Issue
Block a user