1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:

get rid of warnings.  fixed: [ruby-core:06247]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-10-13 14:30:54 +00:00
parent ee499a8745
commit 0ccc5dbe83
6 changed files with 14 additions and 3 deletions

View file

@ -23,6 +23,7 @@ isinf(n)
#if defined(HAVE_FINITE) && defined(HAVE_ISNAN)
#include <math.h>
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif