toops -> change mpdigit from long to ulong - 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 0344d5bed19dd48ca2b5966cb4a286d4c4893bff
(DIR) parent 5e2e4f823914ce882a32415b029613092394ac85
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 23 Dec 2004 20:58:52 +0000
oops -> change mpdigit from long to ulong
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@@ -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