diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-02-10 15:12:02 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-02-10 15:12:02 -0200 |
commit | af39352632864b1961a554a560bee2c758666b2a (patch) | |
tree | 39bb5183583f618f326bcdd906db0aacce10e10b /luaconf.h | |
parent | 4df8800a01c7e44800ce59339c66b9257cd75c2a (diff) | |
download | lua-af39352632864b1961a554a560bee2c758666b2a.tar.gz lua-af39352632864b1961a554a560bee2c758666b2a.tar.bz2 lua-af39352632864b1961a554a560bee2c758666b2a.zip |
LUA_PATH_SEP -> LUA_PATHSEP
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.26 2005/01/10 18:17:39 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.27 2005/01/10 18:33:37 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 | */ |
@@ -346,7 +346,7 @@ __inline int l_lrint (double flt) | |||
346 | #endif | 346 | #endif |
347 | 347 | ||
348 | /* separator of templates in a path */ | 348 | /* separator of templates in a path */ |
349 | #define LUA_PATH_SEP ';' | 349 | #define LUA_PATHSEP ';' |
350 | 350 | ||
351 | /* wild char in each template */ | 351 | /* wild char in each template */ |
352 | #define LUA_PATH_MARK "?" | 352 | #define LUA_PATH_MARK "?" |