aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lparser.h b/lparser.h
index 8a87776d..589befdb 100644
--- a/lparser.h
+++ b/lparser.h
@@ -146,6 +146,7 @@ typedef struct FuncState {
146 struct FuncState *prev; /* enclosing function */ 146 struct FuncState *prev; /* enclosing function */
147 struct LexState *ls; /* lexical state */ 147 struct LexState *ls; /* lexical state */
148 struct BlockCnt *bl; /* chain of current blocks */ 148 struct BlockCnt *bl; /* chain of current blocks */
149 Table *kcache; /* cache for reusing constants */
149 int pc; /* next position to code (equivalent to 'ncode') */ 150 int pc; /* next position to code (equivalent to 'ncode') */
150 int lasttarget; /* 'label' of last 'jump label' */ 151 int lasttarget; /* 'label' of last 'jump label' */
151 int previousline; /* last line that was saved in 'lineinfo' */ 152 int previousline; /* last line that was saved in 'lineinfo' */