1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
[sbcl.git] / src / code / early-extensions.lisp
index c589ab9..5f2aa46 100644 (file)
                              ,@forms)))))
         `(let ((,n-table ,table))
            ,(if locked
-                `(with-locked-hash-table (,n-table)
+                `(with-locked-system-table (,n-table)
                    ,iter-form)
                 iter-form))))))
 \f