From d20ff60615c3839ee14dd35c7aef0ca084fc24b4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 12 Apr 2010 13:07:29 -0300 Subject: new macro LUA_NUMTAGS --- ltests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 7416a941..27dd9836 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.29 2009/12/17 12:26:09 roberto Exp roberto $ +** $Id: ltests.h,v 2.30 2010/01/11 17:33:09 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -30,7 +30,7 @@ typedef struct Memcontrol { unsigned long total; unsigned long maxmem; unsigned long memlimit; - unsigned long objcount[5]; + unsigned long objcount[LUA_NUMTAGS]; } Memcontrol; extern Memcontrol l_memcontrol; -- cgit v1.2.3-55-g6feb