diff options
-rw-r--r-- | eval.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -5067,17 +5067,7 @@ again: val symac_bind = lookup_symac(menv, form); if (symac_bind) { - val eh = expand_hook; val symac = cdr(symac_bind); - - if (eh) { - val eform = funcall3(eh, form, menv, macro_k); - if (eform != form) { - form = rlcp_tree(eform, form); - goto again; - } - } - if (symac == form) return form; return expand(rlcp_tree(symac, form), menv); |