From 2aaf7394ad17180565423ce360d5faffb60f4e4f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 16 Feb 2004 16:09:52 -0300 Subject: more and better tools (assertions & inspectors) to check incremental GC --- ltests.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 2fc73fda..648b351f 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 1.21 2003/10/02 20:31:17 roberto Exp roberto $ +** $Id: ltests.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -42,6 +42,8 @@ void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize); #endif +void luaC_checkall (lua_State *L); + /* test for lock/unlock */ extern int islocked; -- cgit v1.2.3-55-g6feb