summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.h b/eval.h
index 713f50b8..83c885e9 100644
--- a/eval.h
+++ b/eval.h
@@ -40,8 +40,8 @@ val apply(val fun, val arglist, val ctx_form);
val eval_progn(val forms, val env, val ctx_form);
val eval(val form, val env, val ctx_form);
val eval_intrinsic(val form, val env);
-val expand(val form);
-val expand_forms(val forms);
+val expand(val form, val menv);
+val expand_forms(val forms, val menv);
val bindable(val obj);
val mapcarv(val fun, val list_of_lists);
val generate(val while_pred, val gen_fun);