From: solar Date: Fri, 2 Dec 2005 10:54:23 +0000 (+0000) Subject: Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax. X-Git-Tag: v0.4~61 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=6d45909b9d6109c54bd0b79e508662fdd17b26d6 Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax. --- diff --git a/internals/_PDCLIB_config.h b/internals/_PDCLIB_config.h index 74eb290..49afcee 100644 --- a/internals/_PDCLIB_config.h +++ b/internals/_PDCLIB_config.h @@ -98,6 +98,7 @@ #define _PDCLIB_intptr int #define _PDCLIB_INTPTR INT +/* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ #define _PDCLIB_intmax long long int #define _PDCLIB_INTMAX LLINT /* You are also required to state the literal suffix for the intmax type */