PERFORCE change 37600 for review

Peter Wemm peter at FreeBSD.org
Fri Sep 5 15:07:49 PDT 2003


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

Change 37600 by peter at peter_daintree on 2003/09/05 15:07:05

	manually sort the exceptions to match the declaration order.  The m3 sort function
	isn't working in the compiler.

Affected files ...

.. //depot/projects/ezm3/libs/libm3/src/formatter/Formatter.m3#2 edit

Differences ...

==== //depot/projects/ezm3/libs/libm3/src/formatter/Formatter.m3#2 (text+ko) ====

@@ -136,7 +136,7 @@
 
 TYPE
   OpProc = PROCEDURE (t: T; m: Mode; VAR p: Position; i, x: CARDINAL): BOOLEAN
-              RAISES {Wr.Failure, Thread.Alerted};
+              RAISES {Thread.Alerted, Wr.Failure};
 
   Op = REF RECORD
       proc: OpProc;


More information about the p4-projects mailing list