[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri Oct 12 09:20:02 CEST 2012


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	12/10/12 09:20:02

Modified files:
	cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c 

Log message:
	try another approach because gcc is dumb
	extern type const foo;
	type const foo = init;
	
	really you want to say the perfectly correct and unambiguous etc.
	extern type const foo = init;
	
	but gcc warns for this.




More information about the M3commit mailing list