diff options
Diffstat (limited to 'lparser.h')
| -rw-r--r-- | lparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
