diff options
Diffstat (limited to 'lparser.h')
| -rw-r--r-- | lparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -128,7 +128,7 @@ typedef struct Labeldesc { | |||
| 128 | TString *name; /* label identifier */ | 128 | TString *name; /* label identifier */ |
| 129 | int pc; /* position in code */ | 129 | int pc; /* position in code */ |
| 130 | int line; /* line where it appeared */ | 130 | int line; /* line where it appeared */ |
| 131 | lu_byte nactvar; /* number of active variables in that position */ | 131 | short nactvar; /* number of active variables in that position */ |
| 132 | lu_byte close; /* true for goto that escapes upvalues */ | 132 | lu_byte close; /* true for goto that escapes upvalues */ |
| 133 | } Labeldesc; | 133 | } Labeldesc; |
| 134 | 134 | ||
| @@ -173,7 +173,7 @@ typedef struct FuncState { | |||
| 173 | int firstlocal; /* index of first local var (in Dyndata array) */ | 173 | int firstlocal; /* index of first local var (in Dyndata array) */ |
| 174 | int firstlabel; /* index of first label (in 'dyd->label->arr') */ | 174 | int firstlabel; /* index of first label (in 'dyd->label->arr') */ |
| 175 | short ndebugvars; /* number of elements in 'f->locvars' */ | 175 | short ndebugvars; /* number of elements in 'f->locvars' */ |
| 176 | lu_byte nactvar; /* number of active local variables */ | 176 | short nactvar; /* number of active variable declarations */ |
| 177 | lu_byte nups; /* number of upvalues */ | 177 | lu_byte nups; /* number of upvalues */ |
| 178 | lu_byte freereg; /* first free register */ | 178 | lu_byte freereg; /* first free register */ |
| 179 | lu_byte iwthabs; /* instructions issued since last absolute line info */ | 179 | lu_byte iwthabs; /* instructions issued since last absolute line info */ |
