gc_assert/gc_abort are already defined in gc-internal.h.
*/
static lispobj *dynamic_space_free_pointer;
#endif
-extern unsigned long bytes_consed_between_gcs;
-
-#define gc_abort() \
- lose("GC invariant lost, file \"%s\", line %d", __FILE__, __LINE__)
-#if 1
-#define gc_assert(ex) do { \
- if (!(ex)) gc_abort(); \
-} while (0)
-#else
-#define gc_assert(ex)
-#endif
+extern unsigned long bytes_consed_between_gcs;
\f
/* These hold the original end of the read_only and static spaces so
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.7.10"
+"0.9.7.11"