[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sat Mar 13 14:16:50 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/03/13 14:16:50
Modified files:
cm3/m3-sys/m3tests/src/p2/p233/: Main.m3
Log message:
add comparisons of CARDINAL to -1 and -2
It looks like I have this all working, except for:
<*UNUSED*>PROCEDURE AddressLT0(a:ADDRESS):BOOLEAN=BEGIN RETURN a<NIL; END AddressLT0;
and Address >= NIL
because min/max of address is 0/-1, instead 0/2^^32 or 2^^64
perhaps the signedness of address isn't so well defined
and this should be left alone anyway.
More information about the M3commit
mailing list