Small cleanup for ECL.
authorFrancois-Rene Rideau <fare@tunes.org>
Sun, 27 May 2012 03:31:32 +0000 (23:31 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Sun, 27 May 2012 03:32:02 +0000 (23:32 -0400)
ecl.lisp

index cbb9bc4..b8e5cd9 100644 (file)
--- a/ecl.lisp
+++ b/ecl.lisp
@@ -39,7 +39,6 @@
         :unless (eq f 'module-provide-asdf)
         :collect #'(lambda (name)
                      (let ((l (multiple-value-list (funcall f name))))
-                       (and (first l) (register-pre-built-system name))
+                       (and (first l) (register-pre-built-system (coerce-name name)))
                        (values-list l)))))
 #+win32 (push '("asd" . si::load-source) ext:*load-hooks*)
-(pushnew (translate-logical-pathname "SYS:") *central-registry*)