1
0
Fork 0
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:
shigek 2003-08-06 15:18:46 +00:00
parent 3d9f4a7c77
commit 657a5c4b96

View file

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