aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-08-30 15:35:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-08-30 15:35:14 -0300
commit7d309480dd783112aad8c4761921c4d45ec70327 (patch)
treeb2fa8a177839f675e35a8ef626ac76c9dba6270b /luaconf.h
parentbcb2cb59ac235297e6ef8153ffd414836ae38efd (diff)
downloadlua-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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/luaconf.h b/luaconf.h
index 5636beaf..a9f0cff7 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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 */