Changeset 11677
- Timestamp:
- 02/21/09 21:53:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compile-system.lisp
r11675 r11677 86 86 (setf output-path *default-pathname-defaults*)) 87 87 (flet ((do-compile (file) 88 (print file)89 (print output-path)90 88 (let ((out (make-pathname :type "abcl" 91 :defaults ( print (merge-pathnames92 file output-path)))) )89 :defaults (merge-pathnames 90 file output-path)))) 93 91 (compile-file-if-needed file :output-file out)))) 94 92 (load (do-compile "coerce.lisp"))
Note: See TracChangeset
for help on using the changeset viewer.