aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index d0c9f17d..f199cde6 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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*/