[Gmp-commit] /home/hgfiles/gmp: Reinsert incorrectly removed "void".

mercurial at gmplib.org mercurial at gmplib.org
Thu Dec 31 12:20:50 CET 2009


details:   /home/hgfiles/gmp/rev/c76ca84094b5
changeset: 13280:c76ca84094b5
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Thu Dec 31 12:20:47 2009 +0100
description:
Reinsert incorrectly removed "void".

diffstat:

 mpn/generic/mulmod_bnm1.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ddbd5167c07f -r c76ca84094b5 mpn/generic/mulmod_bnm1.c
--- a/mpn/generic/mulmod_bnm1.c	Thu Dec 31 10:12:16 2009 +0100
+++ b/mpn/generic/mulmod_bnm1.c	Thu Dec 31 12:20:47 2009 +0100
@@ -86,6 +86,7 @@
  *
  * S(n) <= rn + 2 + MAX (rn + 2, S(n/2)) <= 2rn + 2 log2 rn + 2
  */
+void
 mpn_mulmod_bnm1 (mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an, mp_srcptr bp, mp_size_t bn, mp_ptr tp)
 {
   ASSERT (0 < bn);


More information about the gmp-commit mailing list