0.9.10.17: fix bug #400, aka more correct CONSTANTP
[sbcl.git] / src / compiler / main.lisp
index d750adf..6629735 100644 (file)
 ;;; Given a pathname, return a SOURCE-INFO structure.
 (defun make-file-source-info (file external-format)
   (let ((file-info (make-file-info :name (truename file)
-                                   :untruename file
+                                   :untruename (merge-pathnames file)
                                    :external-format external-format
                                    :write-date (file-write-date file))))