fix paraenthesis

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@386 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-02-26 21:21:17 +00:00
parent 07c18abb98
commit 92eb12d4b5

View File

@ -739,7 +739,7 @@ debugging :-
'$creep'([M|'$execute_within'(G)]) :- !, '$creep'([M|'$execute_within'(G)]) :- !,
'$creep'([M|G]). '$creep'([M|G]).
'$creep'([M|'$last_execute_within'(G)]) :- !, '$creep'([M|'$last_execute_within'(G)]) :- !,
'$creep'([M|G])). '$creep'([M|G]).
'$creep'(G) :- '$direct_spy'(G). '$creep'(G) :- '$direct_spy'(G).
'$trace'(P,'!'(_),Mod,L,NC) :- !, '$trace'(P,'!'(_),Mod,L,NC) :- !,