diff options
author | ryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-03 23:02:12 +0000 |
---|---|---|
committer | ryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-03 23:02:12 +0000 |
commit | 398ed807d8c3c23c22241a50febab2b062d56bae (patch) | |
tree | 2f24eae2ba48194198a1abe3d408cce31b5bf648 /mpfr-test.h | |
parent | 1456b4151b4272f8675bf9ccb81dc4291ac2508c (diff) | |
download | mpfr-398ed807d8c3c23c22241a50febab2b062d56bae.tar.gz |
(HAVE_DENORMS) [__mips]: Remove this, let the configure test decide.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2129 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r-- | mpfr-test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpfr-test.h b/mpfr-test.h index 442d8c983..791a8476d 100644 --- a/mpfr-test.h +++ b/mpfr-test.h @@ -25,7 +25,6 @@ MA 02111-1307, USA. */ #include <math.h> #ifdef __mips #include <sys/fpu.h> -#define HAVE_DENORMS #endif #if HAVE_CONFIG_H |