Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 15:07:47 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37600 for review
Message-ID:  <200309052207.h85M7lXH064734@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37600

Change 37600 by peter@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309052207.h85M7lXH064734>