tchange mpdigit to uint -- 64-bit mp library not so working - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e290e875f350dbbc2288ec988d939a57cc8f9bf2
(DIR) parent 5369e5ea0cfa4207fa3fce08165a7bd82118a416
(HTM) Author: rsc <devnull@localhost>
Date: Mon, 15 Jan 2007 00:32:17 +0000
change mpdigit to uint -- 64-bit mp library not so working
Diffstat:
M include/mp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/include/mp.h b/include/mp.h
t@@ -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 */