change mpdigit to uint -- 64-bit mp library not so working
This commit is contained in:
parent
5369e5ea0c
commit
e290e875f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue