aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lparser.h b/lparser.h
index 327170e3..a30df04f 100644
--- a/lparser.h
+++ b/lparser.h
@@ -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 */