diff options
Diffstat (limited to 'compat53/init.lua')
| -rw-r--r-- | compat53/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat53/init.lua b/compat53/init.lua index e5f7692..e738091 100644 --- a/compat53/init.lua +++ b/compat53/init.lua | |||
| @@ -9,8 +9,8 @@ local lua_version = _VERSION:sub(-3) | |||
| 9 | if lua_version == "5.1" then | 9 | if lua_version == "5.1" then |
| 10 | 10 | ||
| 11 | -- cache globals | 11 | -- cache globals |
| 12 | local error, pcall, rawset, select, setmetatable, tostring, type, unpack, xpcall = | 12 | local error, pcall, rawset, select, setmetatable, tostring, unpack, xpcall = |
| 13 | error, pcall, rawset, select, setmetatable, tostring, type, unpack, xpcall | 13 | error, pcall, rawset, select, setmetatable, tostring, unpack, xpcall |
| 14 | local coroutine, debug, io, package, string = | 14 | local coroutine, debug, io, package, string = |
| 15 | coroutine, debug, io, package, string | 15 | coroutine, debug, io, package, string |
| 16 | local coroutine_create = coroutine.create | 16 | local coroutine_create = coroutine.create |
