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 e158c9d9..1b94a97a 100644
--- a/lparser.h
+++ b/lparser.h
@@ -133,6 +133,7 @@ typedef struct FuncState {
133 lu_byte nups; /* number of upvalues */ 133 lu_byte nups; /* number of upvalues */
134 lu_byte freereg; /* first free register */ 134 lu_byte freereg; /* first free register */
135 lu_byte iwthabs; /* instructions issued since last absolute line info */ 135 lu_byte iwthabs; /* instructions issued since last absolute line info */
136 lu_byte needclose; /* function needs to close upvalues when returning */
136} FuncState; 137} FuncState;
137 138
138 139