aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lparser.h b/lparser.h
index 3b5d399f..228d4a5c 100644
--- a/lparser.h
+++ b/lparser.h
@@ -81,7 +81,6 @@ typedef struct expdesc {
81 81
82/* description of an active local variable */ 82/* description of an active local variable */
83typedef struct Vardesc { 83typedef struct Vardesc {
84 TString *name;
85 short idx; /* index of the variable in the Proto's 'locvars' array */ 84 short idx; /* index of the variable in the Proto's 'locvars' array */
86 lu_byte ro; /* true if variable is 'const' */ 85 lu_byte ro; /* true if variable is 'const' */
87} Vardesc; 86} Vardesc;