aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index b55270c1..63bac8f3 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.30 2001/02/20 18:28:11 roberto Exp roberto $ 2** $Id: lparser.h,v 1.31 2001/06/05 18:17:01 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*/
@@ -53,7 +53,7 @@ typedef struct FuncState {
53 int jlt; /* list of jumps to `lasttarget' */ 53 int jlt; /* list of jumps to `lasttarget' */
54 int freereg; /* first free register */ 54 int freereg; /* first free register */
55 int nk; /* number of elements in `k' */ 55 int nk; /* number of elements in `k' */
56 int nkproto; /* number of elements in `kproto' */ 56 int np; /* number of elements in `p' */
57 int nlineinfo; /* number of elements in `lineinfo' */ 57 int nlineinfo; /* number of elements in `lineinfo' */
58 int nlocvars; /* number of elements in `locvars' */ 58 int nlocvars; /* number of elements in `locvars' */
59 int nactloc; /* number of active local variables */ 59 int nactloc; /* number of active local variables */