0.9.7.11:
authorThiemo Seufer <ths@networkno.de>
Sun, 4 Dec 2005 19:54:54 +0000 (19:54 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 4 Dec 2005 19:54:54 +0000 (19:54 +0000)
gc_assert/gc_abort are already defined in gc-internal.h.

src/runtime/purify.c
version.lisp-expr

index eaa602e..7847d61 100644 (file)
  */
 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
index 61a9def..ba638bc 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"