summaryrefslogtreecommitdiff
path: root/mpq/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq/clear.c')
-rw-r--r--mpq/clear.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpq/clear.c b/mpq/clear.c
index 25144f742..9601acb89 100644
--- a/mpq/clear.c
+++ b/mpq/clear.c
@@ -1,4 +1,4 @@
-/* mpq_clear -- free the space occupied by a MP_RAT.
+/* mpq_clear -- free the space occupied by a mpq_t.
Copyright 1991, 1994, 1995, 2000, 2001 Free Software Foundation, Inc.
@@ -21,7 +21,7 @@ along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */
#include "gmp-impl.h"
void
-mpq_clear (MP_RAT *m)
+mpq_clear (mpq_t m)
{
(*__gmp_free_func) (PTR(NUM(m)),
(size_t) ALLOC(NUM(m)) * GMP_LIMB_BYTES);