summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-18 15:07:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-18 15:07:51 +0000
commit061c2f917ca4fc3b5b6cf760072422c0fd0d2c90 (patch)
treee9dabe5309e8269042a510fdfebb496581bdb54b
parenta8e0c42ef89cf46e26f5428f5f5c24e9ffded1c9 (diff)
downloadmpfr-061c2f917ca4fc3b5b6cf760072422c0fd0d2c90.tar.gz
Warnings suppressed on Alpha/OSF1.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@903 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--add_ulp.c2
-rw-r--r--extract.c2
-rw-r--r--mpz_set_fr.c4
-rw-r--r--set_d.c4
-rw-r--r--set_q.c4
-rw-r--r--set_z.c4
6 files changed, 10 insertions, 10 deletions
diff --git a/add_ulp.c b/add_ulp.c
index 96cdd01f5..d94fd73b6 100644
--- a/add_ulp.c
+++ b/add_ulp.c
@@ -20,9 +20,9 @@ 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 "mpfr-impl.h"
+#include "gmp-impl.h"
/* sets x to x+sign(x)*2^(MPFR_EXP(x)-MPFR_PREC(x)) */
void
diff --git a/extract.c b/extract.c
index 4d378dc8c..ccfd380b7 100644
--- a/extract.c
+++ b/extract.c
@@ -20,9 +20,9 @@ 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 "mpfr-impl.h"
+#include "gmp-impl.h"
/* given 0 <= |p| < 1, this function extracts limbs of p and puts them in y.
diff --git a/mpz_set_fr.c b/mpz_set_fr.c
index 480f9d41c..92f14f17d 100644
--- a/mpz_set_fr.c
+++ b/mpz_set_fr.c
@@ -20,10 +20,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "gmp-impl.h"
-#include "longlong.h"
#include "mpfr.h"
#include "mpfr-impl.h"
+#include "gmp-impl.h"
+#include "longlong.h"
/* puts the mantissa of f into z, and returns 'exp' such that f = z * 2^exp
*/
diff --git a/set_d.c b/set_d.c
index e7d1c325b..f5b250446 100644
--- a/set_d.c
+++ b/set_d.c
@@ -21,10 +21,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "gmp-impl.h"
-#include "longlong.h"
#include "mpfr.h"
#include "mpfr-impl.h"
+#include "gmp-impl.h"
+#include "longlong.h"
#if (BITS_PER_MP_LIMB==32)
#define MPFR_LIMBS_PER_DOUBLE 2
diff --git a/set_q.c b/set_q.c
index ccd806c65..c6c364d6e 100644
--- a/set_q.c
+++ b/set_q.c
@@ -20,10 +20,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "gmp-impl.h"
-#include "longlong.h"
#include "mpfr.h"
#include "mpfr-impl.h"
+#include "gmp-impl.h"
+#include "longlong.h"
/* set f to the rational q */
void
diff --git a/set_z.c b/set_z.c
index ba3eb9375..0815ca324 100644
--- a/set_z.c
+++ b/set_z.c
@@ -20,10 +20,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "gmp-impl.h"
-#include "longlong.h"
#include "mpfr.h"
#include "mpfr-impl.h"
+#include "gmp-impl.h"
+#include "longlong.h"
/* set f to the integer z */
int