summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 11:34:03 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 11:34:03 +0000
commit5be8596447769ece72b58ba21590e83afa622b22 (patch)
treeaa2c35ce63ecc37034ffbdf2af1262daf8071231
parentb15fd851c67e9aaa9bfd5b92073e120f9a76f412 (diff)
* 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
-rw-r--r--ChangeLog4
-rw-r--r--gc.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 084c8a37bc..55f42c2ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/gc.c b/gc.c
index 13c21450a5..b3783bbf97 100644
--- a/gc.c
+++ b/gc.c
@@ -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 {