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 8b070b0e..3d6bd978 100644
--- a/lparser.h
+++ b/lparser.h
@@ -78,7 +78,7 @@ typedef struct expdesc {
78 78
79/* description of active local variable */ 79/* description of active local variable */
80typedef struct Vardesc { 80typedef struct Vardesc {
81 short idx; /* variable index in stack */ 81 short idx; /* index of the variable in the Proto's 'locvars' array */
82} Vardesc; 82} Vardesc;
83 83
84 84