mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Just small change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d9f4a7c77
commit
657a5c4b96
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ VALUE rb_cBigDecimal;
|
|||
/*
|
||||
* ================== Ruby Interface part ==========================
|
||||
*/
|
||||
# define DoSomeOne(x,y) rb_num_coerce_bin(x,y)
|
||||
#define DoSomeOne(x,y) rb_num_coerce_bin(x,y)
|
||||
|
||||
/*
|
||||
* **** BigDecimal version ****
|
||||
|
|
Loading…
Reference in a new issue