Remove the use of import within when

This commit is contained in:
gingerBill
2023-08-04 15:54:44 +01:00
parent 3323d5c76c
commit 9aed26a234
10 changed files with 43 additions and 41 deletions
+5 -2
View File
@@ -4,13 +4,16 @@
//+build !js
package runtime
// TODO(bill): reimplement these procedures in the os_specific stuff
import "core:os"
when ODIN_DEFAULT_TO_NIL_ALLOCATOR {
_ :: os
// mem.nil_allocator reimplementation
default_allocator_proc :: nil_allocator_proc
default_allocator :: nil_allocator
} else {
// TODO(bill): reimplement these procedures in the os_specific stuff
import "core:os"
default_allocator_proc :: os.heap_allocator_proc