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