From dad808a73a98a23729614b8814728d76b4e5d577 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 29 Sep 2000 09:42:13 -0300 Subject: new way to count `nblocks' for GC (try to count bytes). --- lparser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 24678a86..62444934 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.23 2000/08/22 17:44:17 roberto Exp roberto $ +** $Id: lparser.h,v 1.24 2000/08/30 18:50:18 roberto Exp roberto $ ** LL(1) Parser and code generator for Lua ** See Copyright Notice in lua.h */ @@ -48,7 +48,6 @@ typedef struct FuncState { int nactloc; /* number of active local variables */ int nupvalues; /* number of upvalues */ int lastline; /* line where last `lineinfo' was generated */ - int nlineinfo; /* index of next `lineinfo' to be generated */ struct Breaklabel *bl; /* chain of breakable blocks */ expdesc upvalues[MAXUPVALUES]; /* upvalues */ int actloc[MAXLOCALS]; /* local-variable stack (indices to locvars) */ -- cgit v1.2.3-55-g6feb