summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 614263de..2e416dcd 100644
--- a/lib.h
+++ b/lib.h
@@ -796,6 +796,7 @@ INLINE val type_check(val self, val obj, type_t typecode)
throw_mismatch(self, obj, typecode);
return t;
}
+NORETURN void unsup_obj(val self, val obj);
val car(val cons);
val cdr(val cons);
INLINE val us_car(val cons) { return cons->c.car; }