From f9dec5fc84199a782c4ad9c1ec8913574cdfdcd1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 11 Jul 2008 14:51:01 -0300 Subject: do not use compatibility macros in Lua --- ltests.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 161c1969..8a6f2ba9 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.20 2007/11/12 16:28:45 roberto Exp roberto $ +** $Id: ltests.h,v 2.21 2008/06/23 16:50:34 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -10,6 +10,8 @@ #include +/* do not use compatibility macros in Lua code */ +#undef LUA_COMPAT #define LUA_DEBUG -- cgit v1.2.3-55-g6feb