Skip to content
Snippets Groups Projects
Commit 9eab32ea authored by rtoy's avatar rtoy
Browse files

This causes an error:

(macrolet ((%x () t))
    (declare (optimize))
    (declare (notinline identity)))

Because the macrolet IR1 translator puts a list onto the FVARS
arg in PROCESS-INLINE-DECLARATION, which is not a LEAF.

This patch works around this by checking to see if the element of
FVARS is a LEAF before getting the LEAF-NAME.

There is probably a better solution.
parent e8e09d82
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