[Gmp-commit] /var/hg/gmp: doc/gmp.texi (mpn_neg): Correctly document returned...

mercurial at gmplib.org mercurial at gmplib.org
Mon Aug 6 20:33:23 CEST 2012


details:   /var/hg/gmp/rev/80a1f1343782
changeset: 15076:80a1f1343782
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Aug 06 20:33:16 2012 +0200
description:
doc/gmp.texi (mpn_neg): Correctly document returned type.

diffstat:

 ChangeLog    |  4 ++++
 doc/gmp.texi |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 473d80f1538a -r 80a1f1343782 ChangeLog
--- a/ChangeLog	Sat Jul 28 21:48:10 2012 +0200
+++ b/ChangeLog	Mon Aug 06 20:33:16 2012 +0200
@@ -1,3 +1,7 @@
+2012-08-06 Marco Bodrato <bodrato at mail.dm.unipi.it>
+
+	* doc/gmp.texi (mpn_neg): Correctly document returned type.
+
 2012-07-28  Marc Glisse  <marc.glisse at inria.fr>
 
 	* gmpxx.h (std::common_type): New partial specializations with builtin
diff -r 473d80f1538a -r 80a1f1343782 doc/gmp.texi
--- a/doc/gmp.texi	Sat Jul 28 21:48:10 2012 +0200
+++ b/doc/gmp.texi	Mon Aug 06 20:33:16 2012 +0200
@@ -5180,7 +5180,7 @@
 @var{s2n}.
 @end deftypefun
 
- at deftypefun void mpn_neg (mp_limb_t *@var{rp}, const mp_limb_t *@var{sp}, mp_size_t @var{n})
+ at deftypefun mp_limb_t mpn_neg (mp_limb_t *@var{rp}, const mp_limb_t *@var{sp}, mp_size_t @var{n})
 Perform the negation of @{@var{sp}, @var{n}@}, and write the result to
 @{@var{rp}, @var{n}@}.  Return carry-out.
 @end deftypefun


More information about the gmp-commit mailing list