lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 6887f917999695aac6131091b78d99fb2718503d
parent 7fbbf1adc606fdea2432809a7133389f0db3c9c5
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 14 Sep 2005 14:22:41 -0300

":" is not a good mark as it is not valid in Windows file names

Diffstat:
Mluaconf.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/luaconf.h b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.64 2005/09/06 17:21:03 roberto Exp roberto $ +** $Id: luaconf.h,v 1.65 2005/09/09 18:24:42 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -92,7 +92,7 @@ #define LUA_PATHSEP ";" #define LUA_PATH_MARK "?" #define LUA_EXECDIR "!" -#define LUA_IGMARK ":" +#define LUA_IGMARK "-" /*