1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.c: RGENGC_CHECK_MODE should be 0.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-11-21 13:34:38 +00:00
parent b6f664686e
commit b1529a30e0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Nov 21 22:33:59 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: RGENGC_CHECK_MODE should be 0.
Thu Nov 21 21:40:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (VpAlloc): Fix the expr to adjust the size

2
gc.c
View file

@ -176,7 +176,7 @@ static ruby_gc_params_t gc_params = {
* 3: show all references
*/
#ifndef RGENGC_CHECK_MODE
#define RGENGC_CHECK_MODE 3
#define RGENGC_CHECK_MODE 0
#endif
/* RGENGC_PROFILE