trivial diff: fix comment in browser/debugger_interface.m
Mark Anthony BROWN
dougl at cs.mu.OZ.AU
Thu Dec 10 15:48:48 AEDT 1998
Hi,
Estimated hours taken: 0.1
browser/debugger_interface.m:
Fix an incorrect reference to runtime/mercury_trace.h.
Index: debugger_interface.m
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/debugger_interface.m,v
retrieving revision 1.2
diff -u -t -r1.2 debugger_interface.m
--- debugger_interface.m 1998/10/16 06:16:50 1.2
+++ debugger_interface.m 1998/12/10 04:40:42
@@ -42,8 +42,8 @@
% The stuff defined below is similar to types goal_path and trace_port
% defined in modules compiler/hlds_goal.m and compiler/trace.m.
% This enumeration must be EXACTLY the same as the MR_trace_port enum in
-% runtime/mercury_trace.h, and in the same order, since the code assumes
-% the representation is the same.
+% runtime/mercury_trace_base.h, and in the same order, since the code
+% assumes the representation is the same.
:- type trace_port_type
---> call
Cheers,
Mark.
More information about the developers
mailing list