fix '$abolish_all'

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@81 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-06-11 20:23:57 +00:00
parent 90c92979c6
commit 12db2be4aa
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ abolish(X) :-
'$abolish_all' :-
current_predicate(_,P),
functor(P, Na, Ar),
'$new_abolish'(Na, Ar),
'$new_abolish'(Na/Ar),
fail.
'$abolish_all'.