diff --git a/include/cyclone/types.h b/include/cyclone/types.h index 6ee4b688..50c9ae11 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -1050,7 +1050,7 @@ typedef union { t == symbol_tag || /* Allocated in their own area */ \ t == bignum_tag) { /* Always heap allocated */ \ return obj; \ - } else if (t == pair_tag) { \ + } else if (0 && t == pair_tag) { \ ((common_type *)ptr)->pair_t.hdr.mark = gc_color_red; \ ((common_type *)ptr)->pair_t.hdr.grayed = 0; \ ((common_type *)ptr)->pair_t.tag = pair_tag; \