X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e8776ccd627d33fdbf0fc2746a2bfb62765c24a4..9c5a3dd8ee45c3a3cc506a52b9b788088730f41d:/mptypes.c diff --git a/mptypes.c b/mptypes.c index 9796d5c..922eae4 100644 --- a/mptypes.c +++ b/mptypes.c @@ -56,7 +56,7 @@ /* --- Choose the largest integer type --- */ -#if defined(UINTMAX_MAX) +#if defined(UINTMAX_MAX) && defined(PRIuMAX) typedef uintmax_t umax; # define P_UMAX PRIuMAX #elif defined(ULLONG_MAX)