oops -> change mpdigit from long to ulong

This commit is contained in:
rsc 2004-12-23 20:58:52 +00:00
parent 5e2e4f8239
commit 0344d5bed1

View file

@ -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