remove C++ style comments from gmp.h

This commit is contained in:
jasonmoxham 2010-12-15 23:23:46 +00:00
parent f8d83a9758
commit 8fbcaa98f0

View File

@ -62,7 +62,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define __GMP_LIBGMP_DLL @LIBGMP_DLL@
#endif
//#if defined(__GMP_WITHIN_CONFIGURE) && defined(_WIN64)
/* #if defined(__GMP_WITHIN_CONFIGURE) && defined(_WIN64) */
#ifdef __WIN64
#define _LONG_LONG_LIMB 1
#endif
@ -190,6 +190,8 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#endif
#define HAVE___GMPN_REDC_1 1
#ifdef __GMP_SHORT_LIMB
typedef unsigned int mp_limb_t;
typedef int mp_limb_signed_t;