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 | 75a7d414fedc0644606bdb394e9268788337a187 (patch) | |
| tree | 52d49ee72b7f1188928d6485afcd417e9fa33419 /ext | |
| parent | d93a44de5de1ce15db95940124263d04d6ef4d81 (diff) | |
| download | ruby-75a7d414fedc0644606bdb394e9268788337a187.tar.gz ruby-75a7d414fedc0644606bdb394e9268788337a187.tar.xz ruby-75a7d414fedc0644606bdb394e9268788337a187.zip | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
failure.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bigdecimal/bigdecimal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 9b31c969d..d2d052fcf 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -153,8 +153,6 @@ Init_BigDecimal() } #endif -void - /* * Returns the BigDecimal version number. * |
