mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
//+build js
|
||||
package os
|
||||
|
||||
import "core:intrinsics"
|
||||
import "core:runtime"
|
||||
import "base:intrinsics"
|
||||
import "base:runtime"
|
||||
import "core:unicode/utf16"
|
||||
|
||||
is_path_separator :: proc(c: byte) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user