summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index d10e7f8b..8d71a706 100644
--- a/eval.h
+++ b/eval.h
@@ -35,6 +35,8 @@ extern val last_form_evaled;
extern val load_path_s, load_recursive_s;
extern val special_s, struct_s;
+extern val dyn_env;
+
#define load_path (deref(lookup_var_l(nil, load_path_s)))
noreturn val eval_error(val ctx, val fmt, ...);