fix bad change in utils.yap
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@787 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
773f2fb56e
commit
540d9639cb
@ -372,7 +372,7 @@ system_predicate(P) :-
|
|||||||
'$pred_exists'(T,M).
|
'$pred_exists'(T,M).
|
||||||
|
|
||||||
'$current_predicate3'(M,A/Arity) :- !,
|
'$current_predicate3'(M,A/Arity) :- !,
|
||||||
'$current_predicate_for_atom'(A,M,Arity),
|
'$current_predicate'(M,A,Arity),
|
||||||
functor(T,A,Arity),
|
functor(T,A,Arity),
|
||||||
'$pred_exists'(T,M).
|
'$pred_exists'(T,M).
|
||||||
'$current_predicate3'(M,BadSpec) :- % only for the predicate
|
'$current_predicate3'(M,BadSpec) :- % only for the predicate
|
||||||
|
Reference in New Issue
Block a user