0.9.18.33:
authorThiemo Seufer <ths@networkno.de>
Sat, 4 Nov 2006 18:56:10 +0000 (18:56 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 4 Nov 2006 18:56:10 +0000 (18:56 +0000)
Build fix for cheneygc.

src/runtime/gc-common.c
src/runtime/gencgc.c
version.lisp-expr

index 408ef8a..543c20f 100644 (file)
@@ -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;
index bd48b12..21bcd78 100644 (file)
@@ -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;
index ac5c7b8..2b37dd2 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.18.32"
+"0.9.18.33"