* src/alloc.c (cleanup_vector): Add PVEC_PACKAGE to switch.
(find_string_data_in_pure): #if 0
case PVEC_CHAR_TABLE:
case PVEC_SUB_CHAR_TABLE:
case PVEC_RECORD:
+ case PVEC_PACKAGE:
break;
}
}
pure_bytes_used + pure_bytes_used_before_overflow);
}
+#if 0
/* Find the byte sequence {DATA[0], ..., DATA[NBYTES-1], '\0'} from
the non-Lisp data pool of the pure storage, and return its start
address. Return NULL if not found. */
return NULL;
}
+#endif // 0
+
/* Return a string allocated in pure space. DATA is a buffer holding
NCHARS characters, and NBYTES bytes of string data. MULTIBYTE