mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
change mpdigit to uint -- 64-bit mp library not so working
This commit is contained in:
parent
5369e5ea0c
commit
e290e875f3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ AUTOLIB(mp)
|
||||||
|
|
||||||
#define _MPINT 1
|
#define _MPINT 1
|
||||||
|
|
||||||
typedef ulong mpdigit;
|
typedef uint mpdigit;
|
||||||
|
|
||||||
/* the code assumes mpdigit to be at least an int */
|
/* the code assumes mpdigit to be at least an int */
|
||||||
/* mpdigit must be an atomic type. mpdigit is defined */
|
/* mpdigit must be an atomic type. mpdigit is defined */
|
||||||
|
|
Loading…
Reference in a new issue