Fixed a bug where decl was essentially broken when using arrays

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40416
This commit is contained in:
David Anderson 2007-01-29 22:33:57 +00:00
parent 701cda8f0b
commit 726498833e

View File

@ -2510,10 +2510,6 @@ static void initials(int ident,int tag,cell *size,int dim[],int numdim,
int curlit=litidx; int curlit=litidx;
int err=0; int err=0;
if (!autozero) {
return;
}
if (!matchtoken('=')) { if (!matchtoken('=')) {
assert(ident!=iARRAY || numdim>0); assert(ident!=iARRAY || numdim>0);
if (ident==iARRAY && dim[numdim-1]==0) { if (ident==iARRAY && dim[numdim-1]==0) {