Skip to content
Commit 5725905d authored by Stas Boukarev's avatar Stas Boukarev
Browse files

defdfun, defdmacro: Fix reloading.

When recompiling an already loaded file, the macroexpansion-time check
for FBOUND prevents the definition to be compiled, and when the resulting
fasl is loaded into a fresh image, the definition will be missing.
Move the fbound check into the expansion itself.
parent e05142f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment