From 5610f07dea92e0a4d1b558d19e82fc491954e23d Mon Sep 17 00:00:00 2001 From: solar <> Date: Fri, 2 Dec 2005 10:54:23 +0000 Subject: [PATCH] Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax. --- internals/_PDCLIB_config.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0