diff options
Diffstat (limited to 'src/luaconf.h')
-rw-r--r-- | src/luaconf.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 72a1689a..e1ffee7e 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.159 2011/06/13 14:13:06 roberto Exp $ +** $Id: luaconf.h,v 1.160 2011/06/28 17:14:12 roberto Exp $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -246,6 +246,12 @@ #define LUA_COMPAT_UNPACK /* +@@ LUA_COMPAT_LOADERS controls the presence of table 'package.loaders'. +** You can replace it with 'package.searchers'. +*/ +#define LUA_COMPAT_LOADERS + +/* @@ macro 'lua_cpcall' emulates deprecated function lua_cpcall. ** You can call your C function directly (with light C functions). */ |