diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.158 2011/05/26 16:09:40 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.159 2011/06/13 14:13:06 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -246,6 +246,12 @@ | |||
246 | #define LUA_COMPAT_UNPACK | 246 | #define LUA_COMPAT_UNPACK |
247 | 247 | ||
248 | /* | 248 | /* |
249 | @@ LUA_COMPAT_LOADERS controls the presence of table 'package.loaders'. | ||
250 | ** You can replace it with 'package.searchers'. | ||
251 | */ | ||
252 | #define LUA_COMPAT_LOADERS | ||
253 | |||
254 | /* | ||
249 | @@ macro 'lua_cpcall' emulates deprecated function lua_cpcall. | 255 | @@ macro 'lua_cpcall' emulates deprecated function lua_cpcall. |
250 | ** You can call your C function directly (with light C functions). | 256 | ** You can call your C function directly (with light C functions). |
251 | */ | 257 | */ |