change mpdigit to uint -- 64-bit mp library not so working

This commit is contained in:
rsc 2007-01-15 00:32:17 +00:00
parent 5369e5ea0c
commit e290e875f3

View file

@ -13,7 +13,7 @@ AUTOLIB(mp)
#define _MPINT 1 #define _MPINT 1
typedef ulong mpdigit; typedef uint 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 */