PERFORCE change 37628 for review

Peter Wemm peter at FreeBSD.org
Fri Sep 5 16:15:33 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37628

Change 37628 by peter at peter_daintree on 2003/09/05 16:14:34

	OK, so I suppose conventional notation is too good, lets use the M3 mutation
	so that it compiles.

Affected files ...

.. //depot/projects/ezm3/language/modula3/m3compiler/m3middle/src/Target.m3#5 edit

Differences ...

==== //depot/projects/ezm3/language/modula3/m3compiler/m3middle/src/Target.m3#5 (text+ko) ====

@@ -314,8 +314,8 @@
     | Systems.FBSD_AMD64 =>
                  Extended.size    := 80;
                  Extended.align   := 128;
-                 Extended.min     := Float{Precision.Extended, 0,-1.1897314953572317650E+4932L};
-                 Extended.max     := Float{Precision.Extended, 0, 1.1897314953572317650E+4932L};
+                 Extended.min     := Float{Precision.Extended, 0,-1.1897314953572317650x+4932};
+                 Extended.max     := Float{Precision.Extended, 0, 1.1897314953572317650x+4932};
 
                  Int_C.cg_type    := CGType.Int_C;
                  Word_C.cg_type   := CGType.Word_C;


More information about the p4-projects mailing list