This commit is contained in:
Roberto Ierusalimschy
2000-01-13 14:30:47 -02:00
parent ea45f3eb28
commit eab57ed6fd
3 changed files with 9 additions and 9 deletions

View File

@@ -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);
}