From b83435d1a29139c3bc135695d2173ece88519827 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 22 Dec 2003 08:23:55 +0000 Subject: * 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 --- numeric.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index a33c83ada..50781446e 100644 --- a/numeric.c +++ b/numeric.c @@ -19,10 +19,6 @@ #include #endif -#ifdef _UNICOSMP -#include -#endif - #ifdef HAVE_FLOAT_H #include #endif -- cgit