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 21e1dcea..62841f6e 100644
--- a/eval.c
+++ b/eval.c
@@ -926,7 +926,7 @@ static void do_eval_args(val form, val env, val ctx_form,
}
}
-static val set_dyn_env(val de)
+val set_dyn_env(val de)
{
val old = dyn_env;
dyn_env = de;