comments and other janitorial work.
This commit is contained in:
Roberto Ierusalimschy
2018-11-22 13:56:04 -02:00
parent bb0185b196
commit 35296e1fde
3 changed files with 93 additions and 39 deletions

View File

@@ -78,7 +78,7 @@ typedef struct expdesc {
/* description of active local variable */
typedef struct Vardesc {
short idx; /* variable index in stack */
short idx; /* index of the variable in the Proto's 'locvars' array */
} Vardesc;