From 6a94c061b478a60b9616feab5a84c3c54a8005b5 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Thu, 13 Oct 2005 15:39:02 +0000 Subject: [PATCH] 0.9.5.56: Oops, previous changes broke cheneygc builds. --- src/runtime/cheneygc.c | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/cheneygc.c b/src/runtime/cheneygc.c index 2fe298c..68c8004 100644 --- a/src/runtime/cheneygc.c +++ b/src/runtime/cheneygc.c @@ -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; diff --git a/version.lisp-expr b/version.lisp-expr index abff96c..4bd74a7 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.5.55" +"0.9.5.56" -- 1.7.10.4