remove some old comments

This commit is contained in:
jasonmoxham 2011-01-12 07:09:06 +00:00
parent 8f43864550
commit 1da3376ff7

View File

@ -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 */