aboutsummaryrefslogtreecommitdiff
path: root/include/mp.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-23 20:58:52 +0000
committerrsc <devnull@localhost>2004-12-23 20:58:52 +0000
commit0344d5bed19dd48ca2b5966cb4a286d4c4893bff (patch)
tree0dde9c1ec60c9f1ea2a242d3f74e9533a8e8e2f5 /include/mp.h
parent5e2e4f823914ce882a32415b029613092394ac85 (diff)
downloadplan9port-0344d5bed19dd48ca2b5966cb4a286d4c4893bff.tar.gz
plan9port-0344d5bed19dd48ca2b5966cb4a286d4c4893bff.tar.bz2
plan9port-0344d5bed19dd48ca2b5966cb4a286d4c4893bff.zip
oops -> change mpdigit from long to ulong
Diffstat (limited to 'include/mp.h')
-rw-r--r--include/mp.h2
1 files changed, 1 insertions, 1 deletions
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