summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index 4122d174..6a69714d 100644
--- a/eval.h
+++ b/eval.h
@@ -66,7 +66,6 @@ void reg_fun(val sym, val fun);
void reg_mac(val sym, val fun);
val set_get_symacro(val sym, val form);
val apply(val fun, val arglist);
-val apply_intrinsic(val fun, val args);
val applyv(val fun, struct args *args);
val eval_progn(val forms, val env, val ctx_form);
val eval(val form, val env, val ctx_form);