LUA_PATH_SEP -> LUA_PATHSEP

This commit is contained in:
Roberto Ierusalimschy
2005-02-10 15:12:02 -02:00
parent 4df8800a01
commit af39352632
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: luaconf.h,v 1.26 2005/01/10 18:17:39 roberto Exp roberto $
** $Id: luaconf.h,v 1.27 2005/01/10 18:33:37 roberto Exp roberto $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -346,7 +346,7 @@ __inline int l_lrint (double flt)
#endif
/* separator of templates in a path */
#define LUA_PATH_SEP ';'
#define LUA_PATHSEP ';'
/* wild char in each template */
#define LUA_PATH_MARK "?"