summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index f1e0a53e..6f4cc7c1 100644
--- a/eval.c
+++ b/eval.c
@@ -6014,7 +6014,7 @@ void reg_var(val sym, val val)
mark_special(sym);
}
-static void reg_symacro(val sym, val form)
+void reg_symacro(val sym, val form)
{
loc pcdr = gethash_l(lit("internal initialization"), top_smb, sym, nulloc);
val binding = deref(pcdr);