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 41f3c42b..c6a78a79 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.70 2012/05/08 13:53:33 roberto Exp roberto $ 2** $Id: lparser.h,v 1.71 2013/04/16 18:46:28 roberto Exp roberto $
3** Lua Parser 3** Lua Parser
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -97,7 +97,6 @@ struct BlockCnt; /* defined in lparser.c */
97/* state needed to generate code for a given function */ 97/* state needed to generate code for a given function */
98typedef struct FuncState { 98typedef struct FuncState {
99 Proto *f; /* current function header */ 99 Proto *f; /* current function header */
100 Table *h; /* table to find (and reuse) elements in `k' */
101 struct FuncState *prev; /* enclosing function */ 100 struct FuncState *prev; /* enclosing function */
102 struct LexState *ls; /* lexical state */ 101 struct LexState *ls; /* lexical state */
103 struct BlockCnt *bl; /* chain of current blocks */ 102 struct BlockCnt *bl; /* chain of current blocks */