aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lparser.h b/lparser.h
index 589befdb..a8004fa0 100644
--- a/lparser.h
+++ b/lparser.h
@@ -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