From: Thiemo Seufer Date: Sun, 4 Dec 2005 19:54:54 +0000 (+0000) Subject: 0.9.7.11: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=701006499fa1508f73751a1d8eade18d6aa62613;p=sbcl.git 0.9.7.11: gc_assert/gc_abort are already defined in gc-internal.h. --- diff --git a/src/runtime/purify.c b/src/runtime/purify.c index eaa602e..7847d61 100644 --- a/src/runtime/purify.c +++ b/src/runtime/purify.c @@ -46,18 +46,8 @@ */ 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; /* These hold the original end of the read_only and static spaces so diff --git a/version.lisp-expr b/version.lisp-expr index 61a9def..ba638bc 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"