aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index d22751e5..b51c5e66 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.64 2005/09/06 17:21:03 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.65 2005/09/09 18:24:42 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*/
@@ -92,7 +92,7 @@
92#define LUA_PATHSEP ";" 92#define LUA_PATHSEP ";"
93#define LUA_PATH_MARK "?" 93#define LUA_PATH_MARK "?"
94#define LUA_EXECDIR "!" 94#define LUA_EXECDIR "!"
95#define LUA_IGMARK ":" 95#define LUA_IGMARK "-"
96 96
97 97
98/* 98/*