fix bad module passing.
This commit is contained in:
parent
c6ad678174
commit
daa55352ec
@ -1255,7 +1255,7 @@ throw(Ball) :-
|
|||||||
'$notrace'(G) :-
|
'$notrace'(G) :-
|
||||||
'$execute'(G).
|
'$execute'(G).
|
||||||
|
|
||||||
'$oncenotrace'(M:G) :-
|
'$oncenotrace'(G) :-
|
||||||
'$disable_creep', !,
|
'$disable_creep', !,
|
||||||
(
|
(
|
||||||
'$execute'(G)
|
'$execute'(G)
|
||||||
|
Reference in New Issue
Block a user