Skip to content

Commit

Permalink
* math.c: SEGV is caused by implicit rb_to_float declaration
Browse files Browse the repository at this point in the history
  	  test_complexrational.rb: [BUG] at IA-64 architecture


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
takano32 committed Jan 28, 2009
1 parent 194d0af commit c4e79b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Jan 28 15:24:11 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>

* math.c: SEGV is caused by implicit rb_to_float declaration
test_complexrational.rb: [BUG] in IA-64 architecture

Tue Jan 27 20:02:07 2009 Tanaka Akira <akr@fsij.org>

* ext/socket/init.c (socks_connect_blocking): moved from
Expand Down
1 change: 1 addition & 0 deletions math.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

VALUE rb_mMath;

extern VALUE rb_to_float(VALUE val);
#define Need_Float(x) (x) = rb_to_float(x)
#define Need_Float2(x,y) do {\
Need_Float(x);\
Expand Down

0 comments on commit c4e79b6

Please sign in to comment.