commit | 0344d5bed19dd48ca2b5966cb4a286d4c4893bff | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Dec 23 20:58:52 2004 +0000 |
committer | rsc <devnull@localhost> | Thu Dec 23 20:58:52 2004 +0000 |
tree | 0dde9c1ec60c9f1ea2a242d3f74e9533a8e8e2f5 | |
parent | 5e2e4f823914ce882a32415b029613092394ac85 [diff] |
oops -> change mpdigit from long to ulong
diff --git a/include/mp.h b/include/mp.h index 876c0c7..427544d 100644 --- a/include/mp.h +++ b/include/mp.h
@@ -11,7 +11,7 @@ #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