get rid of low_level_trace.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1414 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
9c61f13aa5
commit
16970726b8
@ -158,7 +158,7 @@ true :- true.
|
|||||||
set_value('$init_goal',[]),
|
set_value('$init_goal',[]),
|
||||||
'$run_atom_goal'(GA),
|
'$run_atom_goal'(GA),
|
||||||
fail.
|
fail.
|
||||||
'$startup_goals' :- stop_low_level_trace.
|
'$startup_goals'.
|
||||||
|
|
||||||
'$startup_reconsult' :-
|
'$startup_reconsult' :-
|
||||||
get_value('$consult_on_boot',X), X \= [], !,
|
get_value('$consult_on_boot',X), X \= [], !,
|
||||||
|
Reference in New Issue
Block a user