From e13399f6ca7ae0c59c1e176ff5e4c78d00f82c69 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 28 Oct 2015 06:02:35 -0700 Subject: Expose eval_error out of eval module. * eval.c (eval_error): Static function made external. * eval.h (eval_error): Declared. --- eval.h | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.h') diff --git a/eval.h b/eval.h index 57a9004c..9653a6f7 100644 --- a/eval.h +++ b/eval.h @@ -29,6 +29,7 @@ extern val hash_lit_s, hash_construct_s, struct_lit_s, qref_s; extern val eval_error_s; extern val last_form_evaled, last_form_expanded; +noreturn val eval_error(val form, val fmt, ...); val make_env(val fbindings, val vbindings, val up_env); val env_fbind(val env, val sym, val fun); val env_vbind(val env, val sym, val obj); -- cgit v1.2.3