CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/08/29 14:03:57
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
strictly changes to make it blindingly obvious that
locals are not used uninitialized
stuff like:
int a = { 0 };
int b = something;
sometimes moving the declarations lower (but still being ANSI C89!)