Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a2c218

Browse files
committed
penultimate phase of Neil Schemenauer's GC patches
update configure files (turn --with-cycle-gc on for beta release?)
1 parent 57a2f7f commit 2a2c218

3 files changed

Lines changed: 352 additions & 314 deletions

File tree

config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@
210210
(shared library plus accessory files). */
211211
#undef WITH_NEXT_FRAMEWORK
212212

213+
/* Define if you want cycle garbage collection */
214+
#undef WITH_CYCLE_GC
215+
213216
/* The number of bytes in an off_t. */
214217
#undef SIZEOF_OFF_T
215218

0 commit comments

Comments
 (0)