diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-04 09:20:15 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-04 09:20:15 +0000 |
| commit | bcc0224e666e5ee6cf3b6fd366194211545dd5b8 (patch) | |
| tree | 9d12d3e7ea8827e027821fe65c8bdd0a44e68b32 /ext | |
| parent | c3e2adf11a86acf0258abc7823923861d801b33e (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.c | 2 |
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 */ |
