mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
context.allocator = a; Remove __ from runtime procs; improve division for complex numbers
This commit is contained in:
+1
-1
@@ -1398,7 +1398,7 @@ void check_stmt_internal(CheckerContext *ctx, Ast *node, u32 flags) {
|
||||
if (is_type_string(t) && t->Basic.kind != Basic_cstring) {
|
||||
val0 = t_rune;
|
||||
val1 = t_int;
|
||||
add_package_dependency(ctx, "runtime", "__string_decode_rune");
|
||||
add_package_dependency(ctx, "runtime", "string_decode_rune");
|
||||
}
|
||||
break;
|
||||
case Type_Array:
|
||||
|
||||
Reference in New Issue
Block a user