mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Small fixes
This commit is contained in:
@@ -567,7 +567,7 @@ bool type_is_homogenous_aggregate(Type *type, Type **base, unsigned *elements)
|
||||
return type_homogenous_aggregate_small_enough(type, *elements);
|
||||
}
|
||||
|
||||
unsigned int type_alloca_alignment(Type *type)
|
||||
AlignSize type_alloca_alignment(Type *type)
|
||||
{
|
||||
return type_abi_alignment(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user