summaryrefslogtreecommitdiff
path: root/tests/tsqrt_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsqrt_ui.c')
-rw-r--r--tests/tsqrt_ui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c
index 558515507..82e564c65 100644
--- a/tests/tsqrt_ui.c
+++ b/tests/tsqrt_ui.c
@@ -26,11 +26,9 @@ MA 02111-1307, USA. */
#include "mpfr.h"
#include "mpfr-test.h"
-void check _PROTO((unsigned long, mp_rnd_t, double));
-
int maxulp=0;
-void
+static void
check (unsigned long a, mp_rnd_t rnd_mode, double Q)
{
mpfr_t q;