Fix broken 2d ellipsis after another array fix

Some tests would really help I guess...

See commit 7314b56.
This commit is contained in:
Zeex 2015-04-07 22:12:38 +06:00
parent 13f98d5934
commit 9036614bcb

View File

@ -2538,6 +2538,7 @@ static cell initarray(int ident,int tag,int dim[],int numdim,int cur,
} /* for */
append_constval(lastdim,itoh(idx),dsize,0);
} /* for */
idx--;
} else
error(41); /* invalid ellipsis, array size unknown */
} else {