From 753625c3f377b013d00a8bd20f4492338e2d87b8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 29 Jun 2004 13:57:56 -0300 Subject: new interface for search-path function --- luaconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index dcc96cd1..a8bcec4a 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.6 2004/06/02 19:07:55 roberto Exp roberto $ +** $Id: luaconf.h,v 1.7 2004/06/23 15:57:29 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -271,7 +271,7 @@ #define LUA_PATH_SEP ';' /* wild char in each template */ -#define LUA_PATH_MARK '?' +#define LUA_PATH_MARK "?" /* default path */ #define LUA_PATH_DEFAULT "?;?.lua" -- cgit v1.2.3-55-g6feb