Module Name:    src
Committed By:   mrg
Date:           Sat Jul  2 14:05:03 UTC 2011

Modified Files:
        src/external/lgpl3/gmp/dist: gmp-h.in

Log Message:
provide one of the ugly proto-prototypes for mpn_udiv_w_sdiv().


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/lgpl3/gmp/dist/gmp-h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/lgpl3/gmp/dist/gmp-h.in
diff -u src/external/lgpl3/gmp/dist/gmp-h.in:1.1.1.1 src/external/lgpl3/gmp/dist/gmp-h.in:1.2
--- src/external/lgpl3/gmp/dist/gmp-h.in:1.1.1.1	Mon Jun 20 05:54:33 2011
+++ src/external/lgpl3/gmp/dist/gmp-h.in	Sat Jul  2 14:05:03 2011
@@ -1661,6 +1661,10 @@
 #define mpn_zero __MPN(zero)
 __GMP_DECLSPEC void mpn_zero __GMP_PROTO ((mp_ptr, mp_size_t));
 
+#define mpn_udiv_w_sdiv __MPN(udiv_w_sdiv)
+__GMP_DECLSPEC mp_limb_t mpn_udiv_w_sdiv __GMP_PROTO ((mp_limb_t *, mp_limb_t, mp_limb_t, mp_limb_t));
+
+
 /**************** mpz inlines ****************/
 
 /* The following are provided as inlines where possible, but always exist as

Reply via email to