Backed out changeset: 294fded6a0d0 (bug 4902, bug 5068).

This commit is contained in:
Nicholas Hastings 2011-10-28 11:23:02 -04:00
parent 4d54bfa6b4
commit 4d07acd384

View File

@ -2923,7 +2923,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero,
matchbrace=matchtoken('{');
for ( ;; ) {
prev2=prev1;
prev1=init(iVARIABLE,&ctag,errorfound);
prev1=init(ident,&ctag,errorfound);
if (!matchbrace)
break;
if ((ellips=matchtoken(tELLIPS))!=0)