diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp.h b/include/mp.h index 876c0c73..427544df 100644 --- a/include/mp.h +++ b/include/mp.h @@ -11,7 +11,7 @@ extern "C" { #define _MPINT 1 -typedef long mpdigit; +typedef ulong mpdigit; // the code assumes mpdigit to be at least an int // mpdigit must be an atomic type. mpdigit is defined |