From af39352632864b1961a554a560bee2c758666b2a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 10 Feb 2005 15:12:02 -0200 Subject: LUA_PATH_SEP -> LUA_PATHSEP --- luaconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index d74f1b9d..f7ad9a2b 100644 --- a/luaconf.h +++ b/luaconf.h @@ -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 "?" -- cgit v1.2.3-55-g6feb