oops -> change mpdigit from long to ulong
This commit is contained in:
parent
5e2e4f8239
commit
0344d5bed1
@ -11,7 +11,7 @@ extern "C" {
|
|||||||
|
|
||||||
#define _MPINT 1
|
#define _MPINT 1
|
||||||
|
|
||||||
typedef long mpdigit;
|
typedef ulong 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