diff options
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.64 2005/09/06 17:21:03 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.65 2005/09/09 18:24:42 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 | */ |
@@ -92,7 +92,7 @@ | |||
92 | #define LUA_PATHSEP ";" | 92 | #define LUA_PATHSEP ";" |
93 | #define LUA_PATH_MARK "?" | 93 | #define LUA_PATH_MARK "?" |
94 | #define LUA_EXECDIR "!" | 94 | #define LUA_EXECDIR "!" |
95 | #define LUA_IGMARK ":" | 95 | #define LUA_IGMARK "-" |
96 | 96 | ||
97 | 97 | ||
98 | /* | 98 | /* |