diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.9 2004/07/09 14:29:29 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.10 2004/08/30 13:44:04 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 | */ |
@@ -271,10 +271,8 @@ | |||
271 | 271 | ||
272 | 272 | ||
273 | /* `assert' options */ | 273 | /* `assert' options */ |
274 | /* name of global that holds table with loaded packages */ | ||
275 | #define REQTAB "_LOADED" | ||
276 | 274 | ||
277 | /* name of global that holds the search path for packages */ | 275 | /* environment variable that holds the search path for packages */ |
278 | #define LUA_PATH "LUA_PATH" | 276 | #define LUA_PATH "LUA_PATH" |
279 | 277 | ||
280 | /* separator of templates in a path */ | 278 | /* separator of templates in a path */ |