From 226c57fec0cc2a1b9457ec4204f13c5b7a108cc7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 10 Sep 2004 14:30:46 -0300 Subject: simpler configuration to turn on all asserts --- ltests.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 111c38a2..9338851c 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.8 2004/07/09 14:29:29 roberto Exp roberto $ +** $Id: ltests.h,v 2.9 2004/07/16 13:17:00 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -17,9 +17,6 @@ #include #undef lua_assert #define lua_assert(c) assert(c) -#define check_exp(c,e) (lua_assert(c), (e)) -#undef api_check -#define api_check(L, o) lua_assert(o) /* to avoid warnings, and to make sure value is really unused */ -- cgit v1.2.3-55-g6feb