From 0fd64669579f33b03dcda6fac4be908b4cfd7e15 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 27 Dec 2005 15:12:00 -0200 Subject: lua_assert is an internal matter, not to be configured --- ltests.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 1d054bae..bedf8570 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.15 2005/06/06 13:30:25 roberto Exp roberto $ +** $Id: ltests.h,v 2.16 2005/09/14 17:48:57 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -15,7 +15,6 @@ #undef NDEBUG #include -#undef lua_assert #define lua_assert(c) assert(c) -- cgit v1.2.3-55-g6feb