summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 8be3f708..5916e1c6 100644
--- a/lib.c
+++ b/lib.c
@@ -410,7 +410,7 @@ static val seq_iterable(seq_info_t si)
return nil;
}
-static void NORETURN unsup_obj(val self, val obj)
+NORETURN void unsup_obj(val self, val obj)
{
uw_throwf(type_error_s, lit("~a: unsupported object ~s"), self, obj, nao);
abort();