diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.c b/src/tools.c index c7da63e..0e8d132 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -207,7 +207,7 @@ static const luaL_Reg libs[] = | |||
207 | #endif // LUA_VERSION_NUM | 207 | #endif // LUA_VERSION_NUM |
208 | { LUA_DBLIBNAME, luaopen_debug}, | 208 | { LUA_DBLIBNAME, luaopen_debug}, |
209 | #if defined LUA_JITLIBNAME // building against LuaJIT headers, add some LuaJIT-specific libs | 209 | #if defined LUA_JITLIBNAME // building against LuaJIT headers, add some LuaJIT-specific libs |
210 | #pragma message( "supporting JIT base libs") | 210 | //#pragma message( "supporting JIT base libs") |
211 | { LUA_BITLIBNAME, luaopen_bit}, | 211 | { LUA_BITLIBNAME, luaopen_bit}, |
212 | { LUA_JITLIBNAME, luaopen_jit}, | 212 | { LUA_JITLIBNAME, luaopen_jit}, |
213 | { LUA_FFILIBNAME, luaopen_ffi}, | 213 | { LUA_FFILIBNAME, luaopen_ffi}, |