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) --- ltests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 8a6f2ba9..eeccae6c 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.21 2008/06/23 16:50:34 roberto Exp roberto $ +** $Id: ltests.h,v 2.22 2008/07/11 17:51:01 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -11,7 +11,7 @@ #include /* do not use compatibility macros in Lua code */ -#undef LUA_COMPAT +#undef LUA_COMPAT_API #define LUA_DEBUG -- cgit v1.2.3-55-g6feb