mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
":" is not a good mark as it is not valid in Windows file names
This commit is contained in:
parent
7fbbf1adc6
commit
6887f91799
@ -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
|
** Configuration file for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -92,7 +92,7 @@
|
|||||||
#define LUA_PATHSEP ";"
|
#define LUA_PATHSEP ";"
|
||||||
#define LUA_PATH_MARK "?"
|
#define LUA_PATH_MARK "?"
|
||||||
#define LUA_EXECDIR "!"
|
#define LUA_EXECDIR "!"
|
||||||
#define LUA_IGMARK ":"
|
#define LUA_IGMARK "-"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user