Backed out changeset: 294fded6a0d0 (bug 4902, bug 5068).
This commit is contained in:
parent
4d54bfa6b4
commit
4d07acd384
@ -2923,7 +2923,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero,
|
|||||||
matchbrace=matchtoken('{');
|
matchbrace=matchtoken('{');
|
||||||
for ( ;; ) {
|
for ( ;; ) {
|
||||||
prev2=prev1;
|
prev2=prev1;
|
||||||
prev1=init(iVARIABLE,&ctag,errorfound);
|
prev1=init(ident,&ctag,errorfound);
|
||||||
if (!matchbrace)
|
if (!matchbrace)
|
||||||
break;
|
break;
|
||||||
if ((ellips=matchtoken(tELLIPS))!=0)
|
if ((ellips=matchtoken(tELLIPS))!=0)
|
||||||
|
Loading…
Reference in New Issue
Block a user