Skip to content
Snippets Groups Projects
Commit d2dcf0fa authored by cshapiro's avatar cshapiro
Browse files

When attempting to macro expand a symbol that denotes a local

definition, if the symbol is symbol macro, return the expansion.
Otherwise, if the symbol is a local definition but not a symbol macro,
return the symbol and report no expansion.  Previously, the otherwise
case was not handled and macroexpand-1 fell through in error to test
forms for global cases.  Among other things, this caused the expansion
of global symbol macros shadowed by lexical variable bindings.
parent 896812b8
No related branches found
No related tags found
No related merge requests found
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