diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 08:23:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 08:23:55 +0000 |
| commit | b83435d1a29139c3bc135695d2173ece88519827 (patch) | |
| tree | eeadf9e794d838ec4b899dcb3f1ff7c527f4911f /numeric.c | |
| parent | b2a0811e7627dafb9acde25e117c84da08db3694 (diff) | |
| download | ruby-b83435d1a29139c3bc135695d2173ece88519827.tar.gz ruby-b83435d1a29139c3bc135695d2173ece88519827.tar.xz ruby-b83435d1a29139c3bc135695d2173ece88519827.zip | |
* configure.in (ac_cv_func_setitimer): moved from defines.h
* defines.h, rubysig.h, signal.c: removed macro handling which
should be done in configure.
* configure.in (intrinsics.h): check if present.
* ruby.h: include intrinsics.h if available.
* bignum.c, marshal.c: include ieeefp.h if available.
* missing.h (isinf): define as a macro if finite() and isnan()
are available. [ruby-core:02032]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
| -rw-r--r-- | numeric.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -19,10 +19,6 @@ #include <floatingpoint.h> #endif -#ifdef _UNICOSMP -#include <intrinsics.h> -#endif - #ifdef HAVE_FLOAT_H #include <float.h> #endif |
