diff options
-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 b8ad0d16..d64bf0cb 100644 --- a/include/mp.h +++ b/include/mp.h @@ -13,7 +13,7 @@ AUTOLIB(mp) #define _MPINT 1 -typedef ulong mpdigit; +typedef uint mpdigit; /* the code assumes mpdigit to be at least an int */ /* mpdigit must be an atomic type. mpdigit is defined */ |