added new op.genarray.z for zeroing arrays
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40128
This commit is contained in:
@@ -1961,7 +1961,7 @@ static int declloc(int fstatic)
|
||||
needtoken(')');
|
||||
numdim++;
|
||||
} while (matchtoken('('));
|
||||
genarray(numdim);
|
||||
genarray(numdim, autozero);
|
||||
}
|
||||
if (getstates(name))
|
||||
error(88,name); /* local variables may not have states */
|
||||
|
||||
Reference in New Issue
Block a user