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:
David Anderson
2006-10-17 03:44:37 +00:00
parent e3dccb8ae4
commit 53be062c6b
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -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 */