[m-dev.] Fix a bug in Morphine/collect
Erwan Jahier
Erwan.Jahier at irisa.fr
Wed Sep 13 01:46:12 AEDT 2000
Estimated hours taken: 0.1
The trace_port_type type was not defined in the same order in morphine/source/
collect.in and in runtime/mercury_trace_base.h. This problem has already been
fixed in browser/util.m, but not in morphine/source/collect.in.
extras/morphine/source/collect.in:
Make the order of event types the same as in
runtime/mercury_trace_base.h.
Index: collect.in
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/morphine/source/collect.in,v
retrieving revision 1.3
diff -u -r1.3 collect.in
- --- collect.in 2000/08/16 12:17:48 1.3
+++ collect.in 2000/09/12 14:35:34
@@ -53,6 +53,7 @@
; exit
; redo
; fail
+ ; exception
; ite_cond
; ite_then
; ite_else
@@ -63,7 +64,6 @@
; switch
; nondet_pragma_first
; nondet_pragma_later
- - ; exception
.
% This enumeration must be EXACTLY the same as the MR_PredFunc enum in
--
R1.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list