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:
parent
60bf66e0cd
commit
865dd6f4e7
2 changed files with 5 additions and 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
|
||||
|
|
|
@ -153,8 +153,6 @@ Init_BigDecimal()
|
|||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
|
||||
/*
|
||||
* Returns the BigDecimal version number.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue