diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-29 02:36:11 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-29 02:36:11 +1100 |
commit | c0308f2401694031b1b09cbd5d8fb3f9312054f2 (patch) | |
tree | 7739a2fd4cf1654b255a2826f19dcb190069a393 /src/lua.js | |
parent | cf6463724e06075fc608529df92b1bb026fe740e (diff) | |
download | fengari-c0308f2401694031b1b09cbd5d8fb3f9312054f2.tar.gz fengari-c0308f2401694031b1b09cbd5d8fb3f9312054f2.tar.bz2 fengari-c0308f2401694031b1b09cbd5d8fb3f9312054f2.zip |
src/defs.js: LUA_VERSUFFIX should only be defined in lualib
Diffstat (limited to 'src/lua.js')
-rw-r--r-- | src/lua.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ module.exports.LUA_VERSION_MAJOR = defs.LUA_VERSION_MAJOR; module.exports.LUA_VERSION_MINOR = defs.LUA_VERSION_MINOR; module.exports.LUA_VERSION_NUM = defs.LUA_VERSION_NUM; module.exports.LUA_VERSION_RELEASE = defs.LUA_VERSION_RELEASE; -module.exports.LUA_VERSUFFIX = defs.LUA_VERSUFFIX; module.exports.LUA_YIELD = defs.thread_status.LUA_YIELD; module.exports.lua_Debug = defs.lua_Debug; module.exports.lua_upvalueindex = defs.lua_upvalueindex; |