diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-06-29 13:57:56 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-06-29 13:57:56 -0300 |
| commit | 753625c3f377b013d00a8bd20f4492338e2d87b8 (patch) | |
| tree | 71375a4499b90c171a1e050f0d085b89502431af /luaconf.h | |
| parent | 42b74ccf1d8c2bb181be6900b068a3a011e106a9 (diff) | |
| download | lua-753625c3f377b013d00a8bd20f4492338e2d87b8.tar.gz lua-753625c3f377b013d00a8bd20f4492338e2d87b8.tar.bz2 lua-753625c3f377b013d00a8bd20f4492338e2d87b8.zip | |
new interface for search-path function
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" |
