summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 13c47a54..04927ec3 100644
--- a/match.c
+++ b/match.c
@@ -85,7 +85,7 @@ static void debuglf(val form, val fmt, ...)
}
}
-noreturn static void sem_error(val form, val fmt, ...)
+NORETURN static void sem_error(val form, val fmt, ...)
{
va_list vl;
val stream = make_string_output_stream();