Changeset 398
- Timestamp:
- 04/07/10 15:21:37 (5 months ago)
- Files:
-
- trunk/platform/example/internals/_PDCLIB_config.h (modified) (1 diff)
- trunk/platform/example_64/internals/_PDCLIB_config.h (modified) (1 diff)
- trunk/platform/example_cygwin/internals/_PDCLIB_config.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/platform/example/internals/_PDCLIB_config.h
r366 r398 142 142 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 143 143 #define _PDCLIB_intmax long long int 144 #define _PDCLIB_INTMAX LL INT144 #define _PDCLIB_INTMAX LLONG 145 145 /* You are also required to state the literal suffix for the intmax type */ 146 146 #define _PDCLIB_INTMAX_LITERAL ll trunk/platform/example_64/internals/_PDCLIB_config.h
r369 r398 142 142 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 143 143 #define _PDCLIB_intmax long long int 144 #define _PDCLIB_INTMAX LL INT144 #define _PDCLIB_INTMAX LLONG 145 145 /* You are also required to state the literal suffix for the intmax type */ 146 146 #define _PDCLIB_INTMAX_LITERAL ll trunk/platform/example_cygwin/internals/_PDCLIB_config.h
r393 r398 142 142 /* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 143 143 #define _PDCLIB_intmax long long int 144 #define _PDCLIB_INTMAX LL INT144 #define _PDCLIB_INTMAX LLONG 145 145 /* You are also required to state the literal suffix for the intmax type */ 146 146 #define _PDCLIB_INTMAX_LITERAL ll
