From 6d45909b9d6109c54bd0b79e508662fdd17b26d6 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