From e290e875f350dbbc2288ec988d939a57cc8f9bf2 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 15 Jan 2007 00:32:17 +0000 Subject: change mpdigit to uint -- 64-bit mp library not so working --- include/mp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mp.h') 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 */ -- cgit v1.2.3