From 0344d5bed19dd48ca2b5966cb4a286d4c4893bff Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 23 Dec 2004 20:58:52 +0000 Subject: oops -> change mpdigit from long to ulong --- include/mp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mp.h b/include/mp.h index 876c0c73..427544df 100644 --- a/include/mp.h +++ b/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 -- cgit v1.2.3