diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ typedef struct expdesc { | |||
78 | 78 | ||
79 | /* description of active local variable */ | 79 | /* description of active local variable */ |
80 | typedef struct Vardesc { | 80 | typedef 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 | ||