1.0.11.35: fixed bug 417
[sbcl.git] / src / compiler / main.lisp
index 7b671c4..57ec2ee 100644 (file)
   (declare (list path))
 
   (catch 'process-toplevel-form-error-abort
-    (let* ((path (or (gethash form *source-paths*) (cons form path)))
+    (let* ((path (or (get-source-path form) (cons form path)))
            (*compiler-error-bailout*
             (lambda (&optional condition)
               (convert-and-maybe-compile