diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |