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-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=5610f07dea92e0a4d1b558d19e82fc491954e23d 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 */