Skip to content
Snippets Groups Projects
Commit aa27dbc6 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add feature :asdf3.3, drop :asdf-package-system

Add feature :asdf3.3 because it will be needed e.g. for with-asdf-session.

Drop feature :asdf-package-system that shouldn't be used,
and isn't used in Quicklisp indeed (good).
The official feature to use is :asdf3.1 instead.
parent 0e621a9c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
(setf excl:*warn-on-nested-reader-conditionals* uiop/common-lisp::*acl-warn-save*))
;; Advertise the features we provide.
(dolist (f '(:asdf :asdf2 :asdf3 :asdf3.1 :asdf3.2 :asdf-package-system)) (pushnew f *features*))
(dolist (f '(:asdf :asdf2 :asdf3 :asdf3.1 :asdf3.2 :asdf3.3)) (pushnew f *features*))
;; Provide both lowercase and uppercase, to satisfy more people, especially LispWorks users.
(provide "asdf") (provide "ASDF")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment