mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package mem
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
// NOTE(bill, 2019-12-31): These are defined in `package runtime` as they are used in the `context`. This is to prevent an import definition cycle.
|
||||
Allocator_Mode :: runtime.Allocator_Mode
|
||||
|
||||
Reference in New Issue
Block a user