projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c2883
)
Fix the cheneygc build
author
David Lichteblau
<david@lichteblau.com>
Thu, 27 Sep 2012 18:11:32 +0000
(20:11 +0200)
committer
David Lichteblau
<david@lichteblau.com>
Thu, 27 Sep 2012 18:11:34 +0000
(20:11 +0200)
Thanks to Christoph Egger for the report.
src/runtime/print.c
patch
|
blob
|
history
diff --git
a/src/runtime/print.c
b/src/runtime/print.c
index
33c5489
..
da8744e
100644
(file)
--- 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) {