diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-01-29 16:18:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 16:18:38 +0000 |
| commit | f588593ff15fa13e89bd869a52b2ff9bf9d91341 (patch) | |
| tree | 8f2c0a32259c405c53396ead12b1c8f3f5c261d0 /vendor/lua/5.1/lua.odin | |
| parent | a78f062499c7f0112558872a500904e6fbc6761b (diff) | |
| parent | a626adac8e8e0ca0506401cf3376727ad801091c (diff) | |
Merge pull request #3147 from odin-lang/base-work
`base` library collection work
Diffstat (limited to 'vendor/lua/5.1/lua.odin')
| -rw-r--r-- | vendor/lua/5.1/lua.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/lua/5.1/lua.odin b/vendor/lua/5.1/lua.odin index a49fa4505..b53c61bb3 100644 --- a/vendor/lua/5.1/lua.odin +++ b/vendor/lua/5.1/lua.odin @@ -1,7 +1,7 @@ package lua_5_1 -import "core:intrinsics" -import "core:builtin" +import "base:intrinsics" +import "base:builtin" import c "core:c/libc" |