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