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

Stop warning in define-convenience-methods explain

The convenience methods recursively call explain, which cause a style-warning
if the compiler-macro is already defined, and a different one if it is defined
afterwards. The solution is to declare the function notinline in the body of
the convenience methods.

This fixes test-clean-load on sbcl, and more generally
hushes loading asdf.lisp from source.
parent 734952c7
No related branches found
No related tags found
Loading
Loading
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