summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 6fe44e68..4c2f6411 100644
--- a/eval.c
+++ b/eval.c
@@ -153,7 +153,7 @@ static void env_vb_to_fb(val env)
}
}
-noreturn static val eval_error(val form, val fmt, ...)
+noreturn val eval_error(val form, val fmt, ...)
{
uses_or2;
va_list vl;