mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Addition of $append and $concat functions. Added $$str_hash builtin. Fix to the macho runtime.
This commit is contained in:
@@ -709,6 +709,7 @@ AlignSize type_abi_alignment(Type *type)
|
||||
|
||||
static inline void create_type_cache(Type *type)
|
||||
{
|
||||
assert(type->type_cache == NULL);
|
||||
for (int i = 0; i < ARRAY_OFFSET; i++)
|
||||
{
|
||||
vec_add(type->type_cache, NULL);
|
||||
|
||||
Reference in New Issue
Block a user