[m-dev.] for review: the new debugger command set
Erwan Jahier
Erwan.Jahier at irisa.fr
Thu Sep 17 19:24:11 AEST 1998
> Index: compiler/trace.m
> ===================================================================
> RCS file: /home/mercury1/repository/mercury/compiler/trace.m,v
> retrieving revision 1.11
> diff -u -u -r1.11 trace.m
> --- trace.m 1998/07/20 10:01:34 1.11
> +++ trace.m 1998/09/14 06:46:06
> @@ -47,7 +47,7 @@
>
> :- import_module hlds_goal, hlds_pred, hlds_module.
> :- import_module globals, prog_data, llds, code_info.
> -:- import_module assoc_list, set, term.
> +:- import_module std_util, assoc_list, set, term.
>
> :- type external_trace_port
> ---> call
Shouldn't you add a redo port in ":- type external_trace_port" and ":-
type trace_port" ?
idem in debugger_interface.m
--
R1.
More information about the developers
mailing list