diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ typedef struct Labeldesc { | |||
112 | int pc; /* position in code */ | 112 | int pc; /* position in code */ |
113 | int line; /* line where it appeared */ | 113 | int line; /* line where it appeared */ |
114 | lu_byte nactvar; /* number of active variables in that position */ | 114 | lu_byte nactvar; /* number of active variables in that position */ |
115 | lu_byte close; /* goto that escapes upvalues */ | 115 | lu_byte close; /* true for goto that escapes upvalues */ |
116 | } Labeldesc; | 116 | } Labeldesc; |
117 | 117 | ||
118 | 118 | ||