summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-02-21 08:19:22 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-02-21 08:19:22 +0100
commit42bc08b8ce08559b0994c2cc7d6d974e580a3b69 (patch)
treed6df78e91d57ed5cf1946827207f09709a3f4876 /gmp-h.in
parentff6476b76c26865d7a4f56660ca0e9475291bf13 (diff)
downloadgmp-42bc08b8ce08559b0994c2cc7d6d974e580a3b69.tar.gz
Copyright year, Changelog, and whitespace cleanup.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 69b2da72f..c59a93de1 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1,7 +1,8 @@
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
-Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
+2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -1496,7 +1497,7 @@ __GMP_DECLSPEC void mpf_urandomb __GMP_PROTO ((mpf_t, gmp_randstate_t, mp_bitcnt
#define mpn_add __MPN(add)
#if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpn_add)
-__GMP_DECLSPEC mp_limb_t mpn_add __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp_srcptr,mp_size_t));
+__GMP_DECLSPEC mp_limb_t mpn_add __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t));
#endif
#define mpn_add_1 __MPN(add_1)