From: David Lichteblau Date: Thu, 27 Sep 2012 18:11:32 +0000 (+0200) Subject: Fix the cheneygc build X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ceca5e366b9de70cf973a793640acee2cedfcee5;p=sbcl.git Fix the cheneygc build Thanks to Christoph Egger for the report. --- diff --git a/src/runtime/print.c b/src/runtime/print.c index 33c5489..da8744e 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -77,7 +77,9 @@ dyndebug_init() if (n != DYNDEBUG_NFLAGS) fprintf(stderr, "Bug in dyndebug_init\n"); +#if defined(LISP_FEATURE_GENCGC) gencgc_verbose = dyndebug_config.dyndebug_gencgc_verbose; +#endif char *featurelist = getenv("SBCL_DYNDEBUG"); if (featurelist) {