diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-12-15 14:39:35 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-12-15 14:39:35 +0000 |
commit | 2c85730f36ac232ff81bda66687af824546a81c7 (patch) | |
tree | 686c58a7b3d868f56d430a31800748713801680e /tests/tadd_ui.c | |
parent | c0fca7cac78d758cb0bb6eaaad5f4463b96bd376 (diff) | |
download | mpfr-2c85730f36ac232ff81bda66687af824546a81c7.tar.gz |
+ Optimize a few div.c
+ Remove some warnings in asin.c, atan.c.
+ Include limits.h before gmp-impl.h in mpfr-impl.h
+ mpfr-tests.h doesn't include anumore standard include files.
+ Test files include only standard includes and mpfr-tests.h.
+ Add some forgotten mpfr_clear in mpf[r]_compat.
+ Remove some warnings in the tests.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2576 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tadd_ui.c')
-rw-r--r-- | tests/tadd_ui.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index 67c8fc0b6..ec3b5683c 100644 --- a/tests/tadd_ui.c +++ b/tests/tadd_ui.c @@ -23,10 +23,7 @@ MA 02111-1307, USA. */ #include <stdlib.h> #include <float.h> #include <time.h> -#include "gmp.h" -#include "gmp-impl.h" -#include "mpfr.h" -#include "mpfr-impl.h" + #include "mpfr-test.h" #define check(x,y,r) check3(x,y,r,0.0) |