From dfcc22ff4961ee901a74ccb3533b4d46cc3e3962 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Thu, 21 Dec 2000 17:17:51 +0000 Subject: unsigned char (or int) -> mp_rnd_t git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@928 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tlog.c') diff --git a/tests/tlog.c b/tests/tlog.c index 2f9059864..3dce1cfc9 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -28,8 +28,8 @@ MA 02111-1307, USA. */ #include "mpfr-test.h" double drand_log _PROTO((void)); -int check1 _PROTO((double, unsigned char, double, int)); -void check3 _PROTO((double, unsigned long, unsigned char)); +int check1 _PROTO((double, mp_rnd_t, double, int)); +void check3 _PROTO((double, unsigned long, mp_rnd_t)); void check4 _PROTO((int)); void slave _PROTO((int, int)); void check_worst_cases _PROTO((void)); -- cgit v1.2.1