From 4db2cddeee6889a3e7ed9a17a31049d45a6fe22f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 18 Jul 2008 16:58:10 -0300 Subject: LUA_COMPAT -> LUA_COMPAT_API (more specific) --- luaconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index b41ef027..24d8da52 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.98 2008/06/25 15:27:12 roberto Exp roberto $ +** $Id: luaconf.h,v 1.99 2008/07/11 17:50:31 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -324,11 +324,11 @@ /* -@@ LUA_COMPAT includes some macros and functions that supply some +@@ LUA_COMPAT_API includes some macros and functions that supply some @* compatibility with previous versions. ** CHANGE it (undefine it) if you do not need these compatibility facilities. */ -#define LUA_COMPAT +#define LUA_COMPAT_API /* -- cgit v1.2.3-55-g6feb