From a7002797a1fb36ec3a7c30f6ebcb314b0e58e817 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 4 Nov 2006 18:56:10 +0000 Subject: [PATCH] 0.9.18.33: Build fix for cheneygc. --- src/runtime/gc-common.c | 2 ++ src/runtime/gencgc.c | 2 -- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c index 408ef8a..543c20f 100644 --- a/src/runtime/gc-common.c +++ b/src/runtime/gc-common.c @@ -53,6 +53,8 @@ #endif #endif +size_t dynamic_space_size = DEFAULT_DYNAMIC_SPACE_SIZE; + inline static boolean forwarding_pointer_p(lispobj *pointer) { lispobj first_word=*pointer; diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index bd48b12..21bcd78 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -148,8 +148,6 @@ unsigned long bytes_allocated = 0; extern unsigned long bytes_consed_between_gcs; /* gc-common.c */ unsigned long auto_gc_trigger = 0; -size_t dynamic_space_size = DEFAULT_DYNAMIC_SPACE_SIZE; - /* the source and destination generations. These are set before a GC starts * scavenging. */ generation_index_t from_space; diff --git a/version.lisp-expr b/version.lisp-expr index ac5c7b8..2b37dd2 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.18.32" +"0.9.18.33" -- 1.7.10.4