diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-29 10:03:40 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-29 10:03:40 +0000 |
| commit | 865dd6f4e79f8770a16fc31ded328f025b3d61fe (patch) | |
| tree | 7295209f8b6ca269c3a1bfee75be176eec2e3be5 | |
| parent | 60bf66e0cd2c9f519f7dfb27eca134b86ea5dd8b (diff) | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/bigdecimal/bigdecimal.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Thu Jun 29 18:58:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch + failure. + Thu Jun 29 18:00:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index bb2f05b350..bff9eacbe8 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -153,8 +153,6 @@ Init_BigDecimal() } #endif -void - /* * Returns the BigDecimal version number. * |
