remove C++ style comments from gmp.h
This commit is contained in:
parent
f8d83a9758
commit
8fbcaa98f0
4
gmp-h.in
4
gmp-h.in
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user