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

Provide both "asdf" and "ASDF", to avoid trouble whichever way ASDF was required.

Some use an uppercase string, some an lowercase string, some a symbol (which on most platforms
is upcased and in other platforms isn't).
parent 8cabd856
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
(dolist (f '(:asdf :asdf2 :asdf3)) (pushnew f *features*))
(provide :asdf)
(provide "asdf") (provide "ASDF") ;; do it both ways to satisfy more people.
(cleanup-upgraded-asdf))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment