oops -> change mpdigit from long to ulong
This commit is contained in:
parent
5e2e4f8239
commit
0344d5bed1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue