Commit 9e10c26d authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

don't export wild-module symbol

parent 2a7b9b4e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
cl-asdf (1.77.2-1) unstable; urgency=low

  * Don't export asdf:wild-module as can cause a full warning when
  reloading asdf

 -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 11 Aug 2003 21:55:16 -0600

cl-asdf (1.77.1-1) unstable; urgency=low

  * cclan.lisp: conditionalize for sbcl (closes: 201822)
+4 −1
Original line number Diff line number Diff line
@@ -32,4 +32,7 @@ use a wild pathname instead." module)))
                             options))
                    files)))))

(export '(wild-module))
;; Don't export wild-module or else will get a full warning
;; when (require 'asdf) if asdf is already loaded

;;(export '(wild-module))