mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* gc.c: revert miss-commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c551e4715
commit
2e225e2c8b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 7 12:45:51 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: revert miss-commit.
|
||||
|
||||
Mon Jul 7 12:40:59 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* parse.y: need to use updated (re-created) symbols.
|
||||
|
|
2
gc.c
2
gc.c
|
@ -204,7 +204,7 @@ static ruby_gc_params_t gc_params = {
|
|||
* 4: show all references
|
||||
*/
|
||||
#ifndef RGENGC_CHECK_MODE
|
||||
#define RGENGC_CHECK_MODE 3
|
||||
#define RGENGC_CHECK_MODE 0
|
||||
#endif
|
||||
|
||||
/* RGENGC_PROFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue