diff --git a/scrutinizer.scm b/scrutinizer.scm
index 2e31bce1..e5cf2991 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -142,9 +142,10 @@
   '(* list pair procedure vector undefined deprecated noreturn values))
 
 (define-constant struct-types
-  '(u8vector s8vector u16vector s16vector u32vector s32vector u64vector
-    s64vector f32vector f64vector thread queue environment time
-    continuation lock mmap condition hash-table tcp-listener))
+  '(u8vector s8vector u16vector s16vector u32vector s32vector
+    u64vector s64vector f32vector f64vector c64vector c128vector
+    thread queue environment time continuation lock mmap condition
+    hash-table tcp-listener))
 
 (define-constant type-expansions
   '((pair . (pair * *))


Reply via email to