[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri Sep 7 13:27:03 CEST 2012


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	12/09/07 13:27:03

Modified files:
	cm3/m3-sys/m3back/src/: M3C.m3 

Log message:
	void => m3_void
	int => m3_int
	etc.
	handle all C and C++ keywords
	This is needed sooner rather than later.
	
	Fix load_float/init_float to:
	1.2e3 => 1.2e3F float/REAL
	1.2d3 => 1.2e3  double/LONGREAL
	1.2x3 => 1.2e3L long double/EXTENDED
	
	While at it, add "U" to uint8/16/32 literals
	and LL/ULL/I64/UI64 to uint64/int64 literals.




More information about the M3commit mailing list