Fix an incorrect reference to runtime/mercury_trace.h.

Estimated hours taken: 0.1

browser/debugger_interface.m:
	Fix an incorrect reference to runtime/mercury_trace.h.
This commit is contained in:
Mark Brown
1998-12-10 04:49:26 +00:00
parent f5c2cef828
commit ccc8f44c61

View File

@@ -42,8 +42,8 @@ dummy_pred_to_avoid_warning_about_nothing_exported.
% 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