X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/78660a58940d42126106e9c8e26243e3c4412d49..8282072df0158ef38743dcff9730a3223efb47a2:/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)