diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |
98 | typedef struct FuncState { | 98 | typedef 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 */ |