From c0308f2401694031b1b09cbd5d8fb3f9312054f2 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 29 Mar 2018 02:36:11 +1100 Subject: src/defs.js: LUA_VERSUFFIX should only be defined in lualib --- src/lua.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lua.js') diff --git a/src/lua.js b/src/lua.js index 8e4b1fd..174a394 100644 --- a/src/lua.js +++ b/src/lua.js @@ -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; -- cgit v1.2.3-54-g00ecf