From 28a171c1555b2d39df7a1b751ee29e19d3c1344e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Mar 2009 08:27:17 +0000 Subject: * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. [ruby-core:22600] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/bigdecimal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index b25f8e431..0abc00ab6 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -2046,7 +2046,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 */ -- cgit