^ was calling action with wrong number of arguments
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@833 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
2bd2bcb68b
commit
0eb0f6c3d0
@ -874,7 +874,7 @@ debugging :-
|
||||
'$action'(60,_,_,_,_,_) :- !, % <Depth
|
||||
'$new_deb_depth',
|
||||
fail.
|
||||
'$action'(94,_,_,G,_) :- !,
|
||||
'$action'(0'^,_,_,G,_,_) :- !,
|
||||
'$print_deb_sterm'(G), fail.
|
||||
'$action'(0'a,_,_,_,_,_) :- !, abort. % a abort
|
||||
'$action'(0'b,_,_,_,_,_) :- !, break, % b break
|
||||
|
Reference in New Issue
Block a user