aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index 933934c9..a754b3be 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.28 2000/12/26 18:46:09 roberto Exp roberto $ 2** $Id: lparser.h,v 1.29 2000/12/28 12:55:41 roberto Exp roberto $
3** LL(1) Parser and code generator for Lua 3** LL(1) Parser and code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -51,7 +51,6 @@ typedef struct FuncState {
51 int nlineinfo; /* number of elements in `lineinfo' */ 51 int nlineinfo; /* number of elements in `lineinfo' */
52 int nlocvars; /* number of elements in `locvars' */ 52 int nlocvars; /* number of elements in `locvars' */
53 int nactloc; /* number of active local variables */ 53 int nactloc; /* number of active local variables */
54 int nupvalues; /* number of upvalues */
55 int lastline; /* line where last `lineinfo' was generated */ 54 int lastline; /* line where last `lineinfo' was generated */
56 struct Breaklabel *bl; /* chain of breakable blocks */ 55 struct Breaklabel *bl; /* chain of breakable blocks */
57 expdesc upvalues[MAXUPVALUES]; /* upvalues */ 56 expdesc upvalues[MAXUPVALUES]; /* upvalues */