summaryrefslogtreecommitdiff
path: root/set_dfl_prec.c
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-15 11:05:55 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-15 11:05:55 +0000
commite02b7615fc6715baf1d9da6ed8ac6d6d4b79d671 (patch)
tree1c413a2b9e38a239b3e676a69c5f2e463865e63f /set_dfl_prec.c
parentddaeb016bab0a9f6e84a884df85f4859620bb7ef (diff)
downloadmpfr-e02b7615fc6715baf1d9da6ed8ac6d6d4b79d671.tar.gz
Permutation of includes to avoid warnings due to careless multiple definition
of ULONG_MAX. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@862 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'set_dfl_prec.c')
-rw-r--r--set_dfl_prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_dfl_prec.c b/set_dfl_prec.c
index 3a6713a24..f1ff78a08 100644
--- a/set_dfl_prec.c
+++ b/set_dfl_prec.c
@@ -20,8 +20,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "gmp-impl.h"
#include "mpfr.h"
+#include "gmp-impl.h"
/* default is 53 bits */
mp_prec_t __gmp_default_fp_bit_precision = 53;