change mpdigit to uint -- 64-bit mp library not so working
This commit is contained in:
parent
5369e5ea0c
commit
e290e875f3
@ -13,7 +13,7 @@ AUTOLIB(mp)
|
|||||||
|
|
||||||
#define _MPINT 1
|
#define _MPINT 1
|
||||||
|
|
||||||
typedef ulong mpdigit;
|
typedef uint mpdigit;
|
||||||
|
|
||||||
/* the code assumes mpdigit to be at least an int */
|
/* the code assumes mpdigit to be at least an int */
|
||||||
/* mpdigit must be an atomic type. mpdigit is defined */
|
/* mpdigit must be an atomic type. mpdigit is defined */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user