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

Skip to content

Commit 4767402

Browse files
committed
As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if
we want to have GC enabled in the beta.
1 parent b6e54ad commit 4767402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ typedef long intptr_t;
452452
/* #define WITH_READLINE 1 */
453453

454454
/* Define if you want cycle garbage collection */
455-
/* #define WITH_CYCLE_GC 1 */
455+
#define WITH_CYCLE_GC 1
456456

457457
/* Define if you have clock. */
458458
/* #define HAVE_CLOCK */

0 commit comments

Comments
 (0)