hProlog semantics requires checking *every* existing attributed variable (broken

in recent patch).
This commit is contained in:
Vitor Santos Costa 2009-05-08 00:01:09 -04:00
parent d3632dd48c
commit f065e9359b

View File

@ -609,7 +609,8 @@ call_residue(Goal,Residue) :-
'$pick_vars_for_project'(LIV, NLIV),
'$project_module'(LMods, NLIV, [V|LAV]),
'$convert_att_vars'(NLIV, LGs),
'$call_attribute_goals'(NLIV, LGs1, LGs),
attributes:all_attvars(NLAV),
'$call_attribute_goals'(NLAV, LGs1, LGs),
'$fetch_delays'([V|LAV], LDs, LGs1).
'$pick_vars_for_project'([],[]).