Added comment for _PDCLIB_intmax_t with cross-ref to _PDCLIB_atomax.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Fri, 2 Dec 2005 10:54:23 +0000 (10:54 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Fri, 2 Dec 2005 10:54:23 +0000 (10:54 +0000)
git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@79 546481bc-9713-0410-bf18-d3337bbf4a3e

internals/_PDCLIB_config.h

index 74eb290286d8178ca66e6cbb5b0db8fc1af7e286..49afceeb2050b5c2eb8a57f569d58181e83a80a1 100644 (file)
@@ -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      */