[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Sun Aug 29 14:03:57 CEST 2010


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!)




More information about the M3commit mailing list