Changeset 12624
- Timestamp:
- 04/18/10 10:01:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compile-system.lisp
r12618 r12624 298 298 (with-open-file (s system :direction :output 299 299 :if-exists :supersede) 300 ( write`(setf (logical-pathname-translations "sys")300 (pprint `(setf (logical-pathname-translations "sys") 301 301 '(("SYS:SRC;**;*.*" ,src) 302 302 ("SYS:JAVA;**;*.*" ,java))) 303 :streams))))303 s)))) 304 304
Note: See TracChangeset
for help on using the changeset viewer.