X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgencgc-internal.h;h=41642ecfd0972d02d9152505eb28937ea431648c;hb=e4542bc034db18cf98f005b2dac53a6d7d5c7260;hp=9fc3094a47921a1330f767b3b579a5d426a0a967;hpb=e6c3f1d3e416bd473a9e476e6f95235c783794a3;p=sbcl.git diff --git a/src/runtime/gencgc-internal.h b/src/runtime/gencgc-internal.h index 9fc3094..41642ec 100644 --- a/src/runtime/gencgc-internal.h +++ b/src/runtime/gencgc-internal.h @@ -124,5 +124,6 @@ new_space_p(lispobj obj) } extern page_index_t last_free_page; +extern boolean gencgc_partial_pickup; #endif