summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-08-03 00:22:24 +0200
committerKevin Ryde <user42@zip.com.au>2000-08-03 00:22:24 +0200
commit077bf03f649cebf578164112df422dec7c9b32c4 (patch)
treeb0cf6ad228aac8775826b8c976041be7f4b678f9
parent136b94c3f8808cac91c279e658ca45f3ffee1bf2 (diff)
downloadgmp-077bf03f649cebf578164112df422dec7c9b32c4.tar.gz
Correction to K&R part.
-rw-r--r--mpfr/mul_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/mul_ui.c b/mpfr/mul_ui.c
index db4c39a90..83981a83c 100644
--- a/mpfr/mul_ui.c
+++ b/mpfr/mul_ui.c
@@ -29,7 +29,7 @@ void
#if __STDC__
mpfr_mul_ui(mpfr_ptr y, mpfr_srcptr x, unsigned long u, unsigned char RND_MODE)
#else
-mpfr_mul_ui()
+mpfr_mul_ui(y, x, u, RND_MODE)
mpfr_ptr y;
mpfr_srcptr x;
unsigned long u;