summaryrefslogtreecommitdiff
path: root/src/lua.js
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-14 00:09:23 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-14 00:09:23 +0200
commit4cc641ef7394d4aa07889d633068350eb26f893a (patch)
treedbe2b6e266f96a0fee5bba5bc1aeb2d4c7df07ee /src/lua.js
parent00026860d3fe14b12cd539ee76ee791b0d46f7a4 (diff)
downloadfengari-4cc641ef7394d4aa07889d633068350eb26f893a.tar.gz
fengari-4cc641ef7394d4aa07889d633068350eb26f893a.tar.bz2
fengari-4cc641ef7394d4aa07889d633068350eb26f893a.zip
lua_arith, moved luaO_arith to lobject.js
Diffstat (limited to 'src/lua.js')
-rw-r--r--src/lua.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.js b/src/lua.js
index ae93e58..2e86336 100644
--- a/src/lua.js
+++ b/src/lua.js
@@ -173,6 +173,7 @@ module.exports.lua_rawset = lapi.lua_rawset;
module.exports.lua_rawsetp = lapi.lua_rawsetp;
module.exports.lua_remove = lapi.lua_remove;
module.exports.lua_replace = lapi.lua_replace;
+module.exports.lua_arith = lapi.lua_arith;
module.exports.lua_resume = ldo.lua_resume;
module.exports.lua_rotate = lapi.lua_rotate;
module.exports.lua_setfield = lapi.lua_setfield;