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://git.gag.com/?a=commitdiff_plain;h=a1de5d2955aca19077384057a0c515c0b0bb0671;p=fw%2Fpdclib Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@79 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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 */