mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Uncommenet accidentally commented out code
This commit is contained in:
parent
6531116f2b
commit
fe75c79a88
|
|
@ -600,8 +600,7 @@
|
|||
((and (eq (ctran-block next) ,n-block)
|
||||
;; unlink-node only resets node-prev, not node-next
|
||||
;; don't follow node-next if it's been just deleted.
|
||||
;; (node-prev ,node-var)
|
||||
)
|
||||
(node-prev ,node-var))
|
||||
(ctran-next next))
|
||||
(t
|
||||
(let ((start (block-start ,n-block)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue