[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri Oct 1 12:58:36 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/10/01 12:58:36

Modified files:
	cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c 

Log message:
	Eliminate INTEGER vs. TARGET_INTEGER distinction.
	INTEGER is HOST_WIDE_INT which is at least 64bits
	when targeting 64bit. Equivalent to using LONGINT
	more instead of INTEGER. Typical 32bit C compilers
	have had 64bit long long/__int64 for something like
	20 years now I think.  (ok, at least 15, for certain)




More information about the M3commit mailing list