]> pd.if.org Git - pdclib/commitdiff
Misnamed internal for INTMAX_MAX / INTMAX_MIN. Fixed.
authorsolar <unknown>
Wed, 7 Apr 2010 13:21:37 +0000 (13:21 +0000)
committersolar <unknown>
Wed, 7 Apr 2010 13:21:37 +0000 (13:21 +0000)
platform/example/internals/_PDCLIB_config.h
platform/example_64/internals/_PDCLIB_config.h
platform/example_cygwin/internals/_PDCLIB_config.h

index 6864eb9a4b11f6b8e68566b5a1be13fe10305b39..d851df5d7f16410e46c11bf4ed9ef98928d80edc 100644 (file)
@@ -141,7 +141,7 @@ struct _PDCLIB_lldiv_t
 
 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */
 #define _PDCLIB_intmax long long int
-#define _PDCLIB_INTMAX LLINT
+#define _PDCLIB_INTMAX LLONG
 /* You are also required to state the literal suffix for the intmax type      */
 #define _PDCLIB_INTMAX_LITERAL ll
 
index 81fdb09b4d4f4ae929be6abe6a0cdee61466a7f3..319e5dedf2d6bf82957ec6cefdccbd57f647397c 100644 (file)
@@ -141,7 +141,7 @@ struct _PDCLIB_lldiv_t
 
 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */
 #define _PDCLIB_intmax long long int
-#define _PDCLIB_INTMAX LLINT
+#define _PDCLIB_INTMAX LLONG
 /* You are also required to state the literal suffix for the intmax type      */
 #define _PDCLIB_INTMAX_LITERAL ll
 
index ee3fed3ece12c97c70a0341278fbaafd86da2858..fce58b60dbf3b5ac2c5c169b06fbb4b2bf6c1c8a 100644 (file)
@@ -141,7 +141,7 @@ struct _PDCLIB_lldiv_t
 
 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */
 #define _PDCLIB_intmax long long int
-#define _PDCLIB_INTMAX LLINT
+#define _PDCLIB_INTMAX LLONG
 /* You are also required to state the literal suffix for the intmax type      */
 #define _PDCLIB_INTMAX_LITERAL ll