diff options
Diffstat (limited to 'luaconf.h')
-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.6 2004/06/02 19:07:55 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.7 2004/06/23 15:57:29 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,7 +271,7 @@ | |||
271 | #define LUA_PATH_SEP ';' | 271 | #define LUA_PATH_SEP ';' |
272 | 272 | ||
273 | /* wild char in each template */ | 273 | /* wild char in each template */ |
274 | #define LUA_PATH_MARK '?' | 274 | #define LUA_PATH_MARK "?" |
275 | 275 | ||
276 | /* default path */ | 276 | /* default path */ |
277 | #define LUA_PATH_DEFAULT "?;?.lua" | 277 | #define LUA_PATH_DEFAULT "?;?.lua" |