Skip to content
Snippets Groups Projects
Commit db9cd6b5 authored by toy's avatar toy
Browse files

MACROLET needs to be expanded in the lexical environment, not the null

environment.  Adds an optional environment argument to
COMPILE-FOR-EVAL and INTERNAL-EVAL.  DO-MACROLET-STUFF then uses
INTERNAL-EVAL (instead of COERCE) to create the local macro function
in a suitable environment.

This is a "minimalistic fix for CMUCL" from Gerd Moellmann.
parent 801fcbf0
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