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:
@@ -175,7 +175,7 @@ fn void runtime_startup() @public @export("__c3_runtime_startup")
|
||||
}
|
||||
assert(runtime_state == RUN_CTORS);
|
||||
runtime_state = READ_DYLIB;
|
||||
ctor = null;
|
||||
ctor_first = null;
|
||||
}
|
||||
|
||||
fn void runtime_finalize() @public @export("__c3_runtime_finalize")
|
||||
|
||||
Reference in New Issue
Block a user