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 | |
| 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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/bigdecimal/bigdecimal.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sun Mar 1 17:27:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. + [ruby-core:22600] + Sun Mar 1 16:15:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * process.c (rb_waitpid): use wait_each() on no waitpid platforms. 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 */ |
