diff options
Diffstat (limited to 'tests/tconst_log2.c')
-rw-r--r-- | tests/tconst_log2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index d2ef8425f..6e3ddeb08 100644 --- a/tests/tconst_log2.c +++ b/tests/tconst_log2.c @@ -86,7 +86,7 @@ check_large (void) mpfr_set_prec (x, 26249); mpfr_const_log2 (x, GMP_RNDZ); - mpfr_clears (x, y, (void *) 0); + mpfr_clears (x, y, (mpfr_ptr) 0); } static void |