1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
matz 2006-06-29 10:03:40 +00:00
parent 60bf66e0cd
commit 865dd6f4e7
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -153,8 +153,6 @@ Init_BigDecimal()
}
#endif
void
/*
* Returns the BigDecimal version number.
*