summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index f272db01..0be885d3 100644
--- a/eval.c
+++ b/eval.c
@@ -2086,8 +2086,7 @@ tail:
val mac_expand = expand_macro(form_ex, macro, make_env(nil, nil, nil));
if (mac_expand == form)
return form;
- if (!source_loc(mac_expand))
- rlcp(mac_expand, form);
+ rlcp_tree(mac_expand, form);
form = mac_expand;
goto tail;
} else {