* when a variable is assigned a location, it does not need to remove
itself from the edges of its conflicting nodes.
This commit is contained in:
parent
c473619084
commit
2b6bcc324b
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -1771,8 +1771,8 @@
|
|||
(set-var-loc! x fv)
|
||||
(for-each-var vars varvec
|
||||
(lambda (var)
|
||||
(set-var-var-conf! var
|
||||
(rem-var x (var-var-conf var)))
|
||||
;(set-var-var-conf! var
|
||||
; (rem-var x (var-var-conf var)))
|
||||
(set-var-frm-conf! var
|
||||
(add-frm fv (var-frm-conf var)))))
|
||||
fv)]))))
|
||||
|
|
Loading…
Reference in New Issue