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:
parent
701cda8f0b
commit
726498833e
@ -2510,10 +2510,6 @@ static void initials(int ident,int tag,cell *size,int dim[],int numdim,
|
||||
int curlit=litidx;
|
||||
int err=0;
|
||||
|
||||
if (!autozero) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!matchtoken('=')) {
|
||||
assert(ident!=iARRAY || numdim>0);
|
||||
if (ident==iARRAY && dim[numdim-1]==0) {
|
||||
|
Loading…
Reference in New Issue
Block a user