mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
comments and other janitorial work.
This commit is contained in:
parent
bb0185b196
commit
35296e1fde
3 changed files with 93 additions and 39 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue