fixed the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
05ac51d225
commit
b140cda1d6
@ -1103,7 +1103,7 @@ static VALUE
|
|||||||
nurat_hash(VALUE self)
|
nurat_hash(VALUE self)
|
||||||
{
|
{
|
||||||
get_dat1(self);
|
get_dat1(self);
|
||||||
return f_xor(dat->num, dat->den);
|
return f_xor(f_hash(dat->num), f_hash(dat->den));
|
||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user