diff options
Diffstat (limited to '')
| -rw-r--r-- | lparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -51,6 +51,8 @@ typedef enum { | |||
| 51 | ind.ro = true if it represents a read-only global; | 51 | ind.ro = true if it represents a read-only global; |
| 52 | ind.keystr = if key is a string, index in 'k' of that string; | 52 | ind.keystr = if key is a string, index in 'k' of that string; |
| 53 | -1 if key is not a string */ | 53 | -1 if key is not a string */ |
| 54 | VVARGIND, /* indexed vararg parameter; | ||
| 55 | ind.* as in VINDEXED */ | ||
| 54 | VINDEXUP, /* indexed upvalue; | 56 | VINDEXUP, /* indexed upvalue; |
| 55 | ind.idx = key's K index; | 57 | ind.idx = key's K index; |
| 56 | ind.* as in VINDEXED */ | 58 | ind.* as in VINDEXED */ |
