miscellaneous fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@556 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
'$execute_woken_system_goal'('$redo_ground'(Done, X, Goal), _) :-
|
||||
'$redo_ground'(Done, X, Goal).
|
||||
'$execute_woken_system_goal'('$att_do'(V,New), _) :-
|
||||
attributes:woken_att_do(V,New).
|
||||
% make sure we are not trying to wake up again a bound variable.
|
||||
( '$att_bound'(V) -> attributes:woken_att_do(V,New) ; true ).
|
||||
|
||||
freeze(V, G) :-
|
||||
var(V), !,
|
||||
|
||||
Reference in New Issue
Block a user