0.9.5.56:
authorJuho Snellman <jsnell@iki.fi>
Thu, 13 Oct 2005 15:39:02 +0000 (15:39 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 13 Oct 2005 15:39:02 +0000 (15:39 +0000)
        Oops, previous changes broke cheneygc builds.

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

index 2fe298c..68c8004 100644 (file)
@@ -109,7 +109,7 @@ lispobj  copy_large_object(lispobj object, long nwords) {
  * last_generation argument. That's meaningless for us, since we're
  * not a generational GC. So we ignore it. */
 void
-collect_garbage(unsigned ignore)
+collect_garbage(generation_index_t ignore)
 {
 #ifdef PRINTNOISE
     struct timeval start_tv, stop_tv;
index abff96c..4bd74a7 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.5.55"
+"0.9.5.56"