From a6179adf12d78e7e1fedee42440127f3e1786f3d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Jun 2004 09:58:44 -0300 Subject: detail --- ltests.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 0f754917..009884a9 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.5 2004/05/03 12:28:43 roberto Exp roberto $ +** $Id: ltests.h,v 2.6 2004/06/02 19:09:21 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -17,6 +17,7 @@ #undef NDEBUG #include +#undef lua_assert #define lua_assert(c) assert(c) #define check_exp(c,e) (lua_assert(c), (e)) #undef api_check -- cgit v1.2.3-55-g6feb