summaryrefslogtreecommitdiff
path: root/tests/tcmp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2001-09-13 16:35:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2001-09-13 16:35:18 +0000
commit31cda11b15478354f222497917923fb32a57e052 (patch)
treeeee9375e73c5857a6f71012cd1c5be95d541cf3d /tests/tcmp.c
parentc1e41e5b9165480e109c7dd54a5173eff03b9e65 (diff)
downloadmpfr-31cda11b15478354f222497917923fb32a57e052.tar.gz
Prototype changes.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1205 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcmp.c')
-rw-r--r--tests/tcmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tcmp.c b/tests/tcmp.c
index 3229c3b0f..47624b3e4 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -24,13 +24,12 @@ MA 02111-1307, USA. */
#include <math.h>
#include "gmp.h"
#include "mpfr.h"
+#include "mpfr-impl.h"
#include "mpfr-test.h"
#define Infp 1/0.
#define Infm -1/0.
-extern int isnan();
-
int
main (void)
{