aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-09-21 00:30:53 -0700
committerBruce Hill <bruce@bruce-hill.com>2018-09-21 00:30:53 -0700
commit28d0792e69bbb9c467c616eb3dc89a60085c35f2 (patch)
tree0138fcba3fac4397334208d52110321772ff4ed8 /nomsu_compiler.lua
parentf2048235f5cc7ff02db39a0e2fe5c79c7f390e0b (diff)
Rebuild.
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index 89d247a..870be9a 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -184,7 +184,7 @@ do
assert = assert,
dofile = dofile,
loadstring = loadstring,
- type = type,
+ lua_type_of_1 = type,
select = select,
math = math,
io = io,