From 47fc57a2529c83376883f36954082cfe80ae588f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 10 Dec 2003 10:13:36 -0200 Subject: `TObject' renamed to `TValue' + other name changes and better assertions for incremental garbage collection --- ltests.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 0eb64bcf..2fc73fda 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 1.20 2002/12/04 17:29:05 roberto Exp roberto $ +** $Id: ltests.h,v 1.21 2003/10/02 20:31:17 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -19,7 +19,6 @@ #include <assert.h> #define lua_assert(c) assert(c) #define check_exp(c,e) (lua_assert(c), (e)) -#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