From 7d309480dd783112aad8c4761921c4d45ec70327 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 30 Aug 2004 15:35:14 -0300 Subject: new way to handle _PATH (old LUA_PATH) --- luaconf.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 5636beaf..a9f0cff7 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.9 2004/07/09 14:29:29 roberto Exp roberto $ +** $Id: luaconf.h,v 1.10 2004/08/30 13:44:04 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -271,10 +271,8 @@ /* `assert' options */ -/* name of global that holds table with loaded packages */ -#define REQTAB "_LOADED" -/* name of global that holds the search path for packages */ +/* environment variable that holds the search path for packages */ #define LUA_PATH "LUA_PATH" /* separator of templates in a path */ -- cgit v1.2.3-55-g6feb