summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 09:20:15 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 09:20:15 +0000
commitbcc0224e666e5ee6cf3b6fd366194211545dd5b8 (patch)
tree9d12d3e7ea8827e027821fe65c8bdd0a44e68b32 /ext
parentc3e2adf11a86acf0258abc7823923861d801b33e (diff)
merges r22689 from trunk into ruby_1_9_1.
-- * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. [ruby-core:22600] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index 93fab7b36..3472970fd 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -2035,7 +2035,7 @@ Init_bigdecimal(void)
*
*/
#ifdef _DEBUG
-/*static int gfDebug = 1;*/ /* Debug switch */
+static int gfDebug = 1; /* Debug switch */
static int gfCheckVal = 1; /* Value checking flag in VpNmlz() */
#endif /* _DEBUG */