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 17e7fb18..8ea4e652 100644
--- a/eval.h
+++ b/eval.h
@@ -40,7 +40,7 @@ extern val dyn_env;
#define load_path (deref(lookup_var_l(nil, load_path_s)))
-noreturn val eval_error(val ctx, val fmt, ...);
+NORETURN val eval_error(val ctx, val fmt, ...);
val ctx_form(val obj);
val ctx_name(val obj);
val lookup_origin(val form);