aboutsummaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lparser.c b/lparser.c
index 992d45bd..9abaa374 100644
--- a/lparser.c
+++ b/lparser.c
@@ -908,7 +908,6 @@ static void recfield (LexState *ls, ConsControl *cc) {
908 codename(ls, &key); 908 codename(ls, &key);
909 else /* ls->t.token == '[' */ 909 else /* ls->t.token == '[' */
910 yindex(ls, &key); 910 yindex(ls, &key);
911 luaY_checklimit(fs, cc->nh, INT_MAX / 2, "items in a constructor");
912 cc->nh++; 911 cc->nh++;
913 checknext(ls, '='); 912 checknext(ls, '=');
914 tab = *cc->t; 913 tab = *cc->t;