From 8d9644bdd7b4374d2a1473713671df5c62b685f2 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 24 Jan 2003 19:08:07 +0000 Subject: Prototypes: use static. Some code reformatting. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2224 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsqrt_ui.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/tsqrt_ui.c') 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; -- cgit v1.2.1