0.9.16.6: better circularity detection in fasl dumper
[sbcl.git] / src / compiler / dump.lisp
index a5d750c..4d136f3 100644 (file)
               ;;   take a little more care while dumping these.
               ;; So if better list coalescing is needed, start here.
               ;; -- WHN 2000-11-07
-              (if (cyclic-list-p x)
+              (if (maybe-cyclic-p x)
                   (progn
                     (dump-list x file)
                     (eq-save-object x file))