[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sat Apr 3 14:50:59 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/04/03 14:50:59
Modified files:
cm3/m3-libs/sysutils/src/: FSUtils.i3 m3makefile
cm3/m3-libs/sysutils/src/POSIX/: FSUnix_cm3.m3 FSUnix_pm3.m3
cm3/m3-libs/sysutils/src/WIN32/: FSysWin32.m3
Removed files:
cm3/m3-libs/sysutils/src/: FSUtilsUnsafe.c FSUtilsUnsafe.i3
Log message:
remove the file size functions I added recently, under the mistaken
idea that having 32bit sizes in older libraries and 64 bit sizes
in newer libraries would lead to an inability to write code that
worked with both; in reality you can say VAL(size, INTEGER)
and it works with old and new (of course you can't reliabily
get a 64bit size with older 32bit libraries)
More information about the M3commit
mailing list