summaryrefslogtreecommitdiff
path: root/tests/tcmp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcmp2.c')
-rw-r--r--tests/tcmp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 71e4bde56..858324dd4 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -24,7 +24,7 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
/* set bit n of x to b, where bit 0 is the most significant one */
static void
-set_bit (mpfr_t x, unsigned int n, int b)
+set_bit (mpfr_ptr x, unsigned int n, int b)
{
unsigned l;
mp_size_t xn;