remove some old comments
This commit is contained in:
parent
8f43864550
commit
1da3376ff7
5
gmp-h.in
5
gmp-h.in
@ -42,9 +42,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
|
||||
#define GMP_NAIL_MASK (~ GMP_NUMB_MASK)
|
||||
|
||||
|
||||
/* The following (everything under ifndef __GNU_MP__) must be identical in
|
||||
mpir.h and mp.h to allow both to be included in an application or during
|
||||
the library build. */
|
||||
#ifndef __GNU_MP__
|
||||
#define __GNU_MP__ 4
|
||||
|
||||
@ -289,8 +286,6 @@ typedef __gmp_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
|
||||
#if __GMP_WITHIN_GMPXX
|
||||
/* compiling to go into a DLL libmpirxx */
|
||||
|
Loading…
Reference in New Issue
Block a user