plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 0344d5bed19dd48ca2b5966cb4a286d4c4893bff
parent 5e2e4f823914ce882a32415b029613092394ac85
Author: rsc <devnull@localhost>
Date:   Thu, 23 Dec 2004 20:58:52 +0000

oops -> change mpdigit from long to ulong

Diffstat:
Minclude/mp.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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