mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -249,7 +249,7 @@ shift_right :: proc(a: ^Decimal, k: uint) {
|
||||
trim(a)
|
||||
}
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
println :: proc(args: ..any) {
|
||||
for arg, i in args {
|
||||
if i != 0 {
|
||||
|
||||
Reference in New Issue
Block a user