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

* gc.c: remove the definition of GC_DEBUG (debugging macro).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2009-06-23 11:34:03 +00:00
parent b15fd851c6
commit 5be8596447
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Tue Jun 23 20:32:43 2009 Yusuke Endoh <mame@tsg.ne.jp>
* gc.c: remove the definition of GC_DEBUG (debugging macro).
Tue Jun 23 16:16:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (ruby_version): defaults revision to 0 when no

3
gc.c
View file

@ -84,9 +84,6 @@ void *alloca ();
int ruby_gc_debug_indent = 0;
#undef GC_DEBUG
#define GC_DEBUG
/* for GC profile */
#define GC_PROFILE_MORE_DETAIL 0
typedef struct gc_profile_record {