summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-11 22:37:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-11 22:37:48 +0000
commitfe66f0d3a03afb829d64b88815b086df038170dd (patch)
tree2f863eeae708dc7f22856e2c73b9b09b4482fb36
parentf9af193a03779305417be54494adc13a22ca4e56 (diff)
downloadmpfr-fe66f0d3a03afb829d64b88815b086df038170dd.tar.gz
Type fixed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1859 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tconst_log2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index 875ebceb3..f77d5a2f7 100644
--- a/tests/tconst_log2.c
+++ b/tests/tconst_log2.c
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
{
mpfr_t x;
int p;
- unsigned char rnd;
+ mp_rnd_t rnd;
p = (argc>1) ? atoi(argv[1]) : 53;
rnd = (argc>2) ? atoi(argv[2]) : GMP_RNDZ;