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

* gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced to

debug Bug #11244.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-07-02 09:42:36 +00:00
parent 771fceba59
commit c36c43dcb7
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Thu Jul 2 18:39:20 2015 Koichi Sasada <ko1@atdot.net>
* gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced to
debug Bug #11244.
Thu Jul 2 18:34:26 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (rb_raw_obj_info): separated from rb_obj_info().

2
gc.c
View file

@ -305,8 +305,6 @@ static ruby_gc_params_t gc_params = {
#define GC_DEBUG_STRESS_TO_CLASS 0
#endif
#define RGENGC_OBJ_INFO 1
#ifndef RGENGC_OBJ_INFO
#define RGENGC_OBJ_INFO (RGENGC_DEBUG | RGENGC_CHECK_MODE)
#endif