From 077bf03f649cebf578164112df422dec7c9b32c4 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 3 Aug 2000 00:22:24 +0200 Subject: Correction to K&R part. --- mpfr/mul_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1