[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu Feb 11 13:24:33 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/11 13:24:33
Modified files:
cm3/m3-libs/m3core/src/C/32BITS/: BasicCtypes.i3
Log message:
reduce diff against 64bit version by making unsigned_long_int = Word.T 'restated' instead of equating to unsigned_int which is also Word.T; really we should look into removing any such thing called Ctypes.unsigned_long Ctypes.long_int due to it NOT being the same size in all 64bit C environments, it is therefore useless; pointer sized integer is INTEGER or Word.T or size_t or ptrdiff_t, NOT long, long int, unsigned long (see Win64)
More information about the M3commit
mailing list