imake sure mutable is available.

This commit is contained in:
Vítor Santos Costa 2011-09-20 09:54:30 +01:00
parent 7cc1d98079
commit bfc1def1d5
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ clpbn_flag(parameter_softening,Before,After) :-
% we use a mutable variable to avoid unnecessary trailing.
%
store_var(El) :-
nb_current(clpbn_qvars, Mutable), !,
nb_current(clpbn_qvars, Mutable),
nonvar(Mutable), !,
get_mutable(Tail, Mutable),
update_mutable(El.Tail, Mutable).
store_var(El) :-