From 705eae9fe49956ec8247cc8737b908e84d25bb9f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 11 May 1999 17:08:20 -0300 Subject: there is no need for a size for Cblocks --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 541c473d..2690a1f9 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.17 1999/05/10 13:54:01 roberto Exp roberto $ +** $Id: lstate.h,v 1.18 1999/05/11 14:19:32 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -68,7 +68,6 @@ struct lua_State { int Mbuffsize; /* size of Mbuffer */ int Mbuffnext; /* next position to fill in Mbuffer */ struct C_Lua_Stack *Cblocks; - int sizeCblocks; /* size of Cblocks */ int numCblocks; /* number of nested Cblocks */ int debug; lua_CHFunction callhook; -- cgit v1.2.3-55-g6feb