aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index d74f1b9d..f7ad9a2b 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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 "?"