summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-06-19 17:46:04 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-06-19 17:46:04 +0200
commit5c6589d8c53c6fdbbdb1043620a27de65d8d7304 (patch)
treeb41dbbc0f898e50d0b64abef8c82be4f833a9385 /gmp-h.in
parent07dcedfd7669ed8b0c0d20384658f6e85990f60d (diff)
downloadgmp-5c6589d8c53c6fdbbdb1043620a27de65d8d7304.tar.gz
Add new functions mpq_inits, mpf_inits.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 3d4dd2c82..c989fd08b 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1216,6 +1216,9 @@ __GMP_DECLSPEC char *mpq_get_str __GMP_PROTO ((char *, int, mpq_srcptr));
#define mpq_init __gmpq_init
__GMP_DECLSPEC void mpq_init __GMP_PROTO ((mpq_ptr));
+#define mpq_inits __gmpq_inits
+__GMP_DECLSPEC void mpq_inits __GMP_PROTO ((mpq_ptr, ...));
+
#define mpq_inp_str __gmpq_inp_str
#ifdef _GMP_H_HAVE_FILE
__GMP_DECLSPEC size_t mpq_inp_str __GMP_PROTO ((mpq_ptr, FILE *, int));
@@ -1365,6 +1368,9 @@ __GMP_DECLSPEC void mpf_init __GMP_PROTO ((mpf_ptr));
#define mpf_init2 __gmpf_init2
__GMP_DECLSPEC void mpf_init2 __GMP_PROTO ((mpf_ptr, unsigned long int));
+#define mpf_inits __gmpf_inits
+__GMP_DECLSPEC void mpf_inits __GMP_PROTO ((mpf_ptr, ...));
+
#define mpf_init_set __gmpf_init_set
__GMP_DECLSPEC void mpf_init_set __GMP_PROTO ((mpf_ptr, mpf_srcptr));