Changeset 5630


Ignore:
Timestamp:
Dec 18, 2006, 12:04:42 PM (18 years ago)
Author:
Gary Byers
Message:

Try (halfheartedly) to maintain PATHNAME-VERSION of physical
pathnames. (Totally meaningless, but failing to do this leads to many
test failures.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-pathnames.lisp

    r5581 r5630  
    117117        ((null wild)
    118118         t)
     119        ((not (and (stringp name) (stringp wild)))
     120         (eq name wild))
    119121        (t (%path-str*= name wild))))
    120122
     
    619621      (native-to-directory-pathname dirpath)
    620622      (let* ((directory-containing-heap-image
    621               (make-pathname :directory (pathname-directory *heap-image-name*)))
     623              (make-pathname :directory (pathname-directory (%realpath *heap-image-name*))))
    622624             (rpath (merge-pathnames
    623625                     #+darwinppc-target "../Resources/ccl/"
Note: See TracChangeset for help on using the changeset viewer.