undo silly change to meta-calls
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1182 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
fda0b76f18
commit
1c681ebd9b
@ -676,9 +676,9 @@ incore(G) :- '$execute'(G).
|
||||
'$call'(B,CP,G0,M)
|
||||
).
|
||||
'$call'(\+ X, CP, G0, M) :- !,
|
||||
\+ '$call'(X, CP, G0, M).
|
||||
\+ '$execute'(X).
|
||||
'$call'(not(X), CP, G0, M) :- !,
|
||||
\+ '$call'(X, CP, G0, M).
|
||||
\+ '$execute'(X).
|
||||
'$call'(!, CP, _,_) :- !,
|
||||
'$$cut_by'(CP).
|
||||
'$call'([A|B], _, _, M) :- !,
|
||||
|
Reference in New Issue
Block a user