X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_config.h;h=49afceeb2050b5c2eb8a57f569d58181e83a80a1;hp=74eb290286d8178ca66e6cbb5b0db8fc1af7e286;hb=6d45909b9d6109c54bd0b79e508662fdd17b26d6;hpb=b6d270371b520e0a85075d8bf84c10c53d9b30bf 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 */