summaryrefslogtreecommitdiff
path: root/rnd_mode.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-10 12:13:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-10 12:13:25 +0000
commit610a8851990d905908fae318fc91dda3b21ee270 (patch)
tree69a66b428bab8b1c92dd69410874dcd7089b84ca /rnd_mode.c
parent11b100b3ef4098c0afc5f5f82a9600077ff89ee9 (diff)
downloadmpfr-610a8851990d905908fae318fc91dda3b21ee270.tar.gz
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
name conflict. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1844 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'rnd_mode.c')
-rw-r--r--rnd_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rnd_mode.c b/rnd_mode.c
index c2b369b58..2329b6c7d 100644
--- a/rnd_mode.c
+++ b/rnd_mode.c
@@ -19,7 +19,7 @@ along with the MPFR Library; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#ifdef HAVE_FESETROUND
+#ifdef MPFR_HAVE_FESETROUND
#include <stdio.h>
#include <stdlib.h>
#include <fenv.h>