diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-09 10:50:01 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-09 10:50:01 +0000 |
commit | dcdcf769be0708bfa7049eb4f231857106d2760b (patch) | |
tree | 847eb063355c76ff4db4847f7572a136cb0a1cdb /tests/tget_str.c | |
parent | 28e9168b4e43066af45ddc3a11ad2f955214a61a (diff) | |
download | mpfr-dcdcf769be0708bfa7049eb4f231857106d2760b.tar.gz |
Check for fenv.h -> check for fesetround.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1833 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tget_str.c')
-rw-r--r-- | tests/tget_str.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tget_str.c b/tests/tget_str.c index 7eceb19c0..ea49c4069 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -26,7 +26,7 @@ MA 02111-1307, USA. */ #include <time.h> #include "gmp.h" #include "mpfr.h" -#ifdef HAVE_FENV_H +#ifdef HAVE_FESETROUND #include "mpfr-test.h" #endif @@ -105,7 +105,7 @@ check_small (void) int main (int argc, char *argv[]) { -#ifdef HAVE_FENV_H +#ifdef HAVE_FESETROUND int i; double d; |