From eab57ed6fddcc70891f017d7a1c4a51b3d3c2018 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 13 Jan 2000 14:30:47 -0200 Subject: details --- ltests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 8a57fcd9..658c9deb 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.2 1999/12/23 18:19:57 roberto Exp roberto $ +** $Id: ltests.c,v 1.3 1999/12/27 17:33:22 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -30,8 +30,8 @@ void luaB_opentests (lua_State *L); static void mem_query (lua_State *L) { - lua_pushnumber(L, totalmem); - lua_pushnumber(L, numblocks); + lua_pushnumber(L, memdebug_total); + lua_pushnumber(L, memdebug_numblocks); } -- cgit v1.2.3-55-g6feb