summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index b30e6615..f027de1a 100644
--- a/eval.h
+++ b/eval.h
@@ -27,7 +27,7 @@
extern val dwim_s, lambda_s, vector_lit_s, vector_list_s;
extern val hash_lit_s, hash_construct_s;
extern val eval_error_s;
-extern val last_form_evaled;
+extern val last_form_evaled, last_form_expanded;
val make_env(val fbindings, val vbindings, val up_env);
val env_fbind(val env, val sym, val fun);