mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix bug where @local declarations would get registered as @private for generic modules. #856. Update to consistent tab spacing.
This commit is contained in:
@@ -1108,7 +1108,7 @@ Type *type_get_vector(Type *vector_type, unsigned len)
|
||||
}
|
||||
|
||||
static void type_create(const char *name, Type *location, TypeKind kind, unsigned bitsize,
|
||||
unsigned align, unsigned pref_align)
|
||||
unsigned align, unsigned pref_align)
|
||||
{
|
||||
assert(align);
|
||||
unsigned byte_size = (bitsize + 7) / 8;
|
||||
|
||||
Reference in New Issue
Block a user