commit 0344d5bed19dd48ca2b5966cb4a286d4c4893bff from: rsc date: Thu Dec 23 20:58:52 2004 UTC oops -> change mpdigit from long to ulong commit - 5e2e4f823914ce882a32415b029613092394ac85 commit + 0344d5bed19dd48ca2b5966cb4a286d4c4893bff blob - 876c0c7370f2ca57579346a9c9333cea5df810b9 blob + 427544df02f7660f229194dde747c41eff09b816 --- include/mp.h +++ 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