summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-11-17 03:30:43 +0100
committerTorbjorn Granlund <tg@gmplib.org>2016-11-17 03:30:43 +0100
commitdfcbd11551e3c34c6ccad13a529042a9465dedac (patch)
tree0ada172495e350d5028e7923847c93814e8a48f5 /gmp-h.in
parenta6391d7ec6eb6574a2eb24ee7e0802bc9c40f1c3 (diff)
downloadgmp-dfcbd11551e3c34c6ccad13a529042a9465dedac.tar.gz
Purge mention of mp.h.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 8276e097f..5d2e2cb4d 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -49,9 +49,6 @@ see https://www.gnu.org/licenses/. */
#define GMP_NAIL_MASK (~ GMP_NUMB_MASK)
-/* The following (everything under ifndef __GNU_MP__) must be identical in
- gmp.h and mp.h to allow both to be included in an application or during
- the library build. */
#ifndef __GNU_MP__
#define __GNU_MP__ 5
@@ -232,8 +229,6 @@ typedef const __mpq_struct *mpq_srcptr;
typedef __mpq_struct *mpq_ptr;
-/* This is not wanted in mp.h, so put it outside the __GNU_MP__ common
- section. */
#if __GMP_LIBGMP_DLL
#ifdef __GMP_WITHIN_GMPXX
/* compiling to go into a DLL libgmpxx */
@@ -2327,7 +2322,7 @@ enum
#define __GMP_CC "@CC@"
#define __GMP_CFLAGS "@CFLAGS@"
-/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
+/* Major version number is the value of __GNU_MP__ too, above. */
#define __GNU_MP_VERSION 6
#define __GNU_MP_VERSION_MINOR 1
#define __GNU_MP_VERSION_PATCHLEVEL 99