diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-08-30 15:35:14 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-08-30 15:35:14 -0300 |
commit | 7d309480dd783112aad8c4761921c4d45ec70327 (patch) | |
tree | b2fa8a177839f675e35a8ef626ac76c9dba6270b /luaconf.h | |
parent | bcb2cb59ac235297e6ef8153ffd414836ae38efd (diff) | |
download | lua-7d309480dd783112aad8c4761921c4d45ec70327.tar.gz lua-7d309480dd783112aad8c4761921c4d45ec70327.tar.bz2 lua-7d309480dd783112aad8c4761921c4d45ec70327.zip |
new way to handle _PATH (old LUA_PATH)
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 */ |