Changeset 5630
- Timestamp:
- Dec 18, 2006, 12:04:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-pathnames.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-pathnames.lisp
r5581 r5630 117 117 ((null wild) 118 118 t) 119 ((not (and (stringp name) (stringp wild))) 120 (eq name wild)) 119 121 (t (%path-str*= name wild)))) 120 122 … … 619 621 (native-to-directory-pathname dirpath) 620 622 (let* ((directory-containing-heap-image 621 (make-pathname :directory (pathname-directory *heap-image-name*)))623 (make-pathname :directory (pathname-directory (%realpath *heap-image-name*)))) 622 624 (rpath (merge-pathnames 623 625 #+darwinppc-target "../Resources/ccl/"
Note:
See TracChangeset
for help on using the changeset viewer.
