make the ast use the initlist

This commit is contained in:
Wolfgang Bumiller 2013-06-12 14:36:59 +02:00
parent bc4a66e9f7
commit 633d2ba8a4

View file

@ -5841,6 +5841,7 @@ skipvar:
break;
}
var->hasvalue = true;
if (!parse_array(parser, var))
break;
}