Changeset 398

Show
Ignore:
Timestamp:
04/07/10 15:21:37 (5 months ago)
Author:
solar
Message:

Misnamed internal for INTMAX_MAX / INTMAX_MIN. Fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/platform/example/internals/_PDCLIB_config.h

    r366 r398  
    142142/* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 
    143143#define _PDCLIB_intmax long long int 
    144 #define _PDCLIB_INTMAX LLINT 
     144#define _PDCLIB_INTMAX LLONG 
    145145/* You are also required to state the literal suffix for the intmax type      */ 
    146146#define _PDCLIB_INTMAX_LITERAL ll 
  • trunk/platform/example_64/internals/_PDCLIB_config.h

    r369 r398  
    142142/* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 
    143143#define _PDCLIB_intmax long long int 
    144 #define _PDCLIB_INTMAX LLINT 
     144#define _PDCLIB_INTMAX LLONG 
    145145/* You are also required to state the literal suffix for the intmax type      */ 
    146146#define _PDCLIB_INTMAX_LITERAL ll 
  • trunk/platform/example_cygwin/internals/_PDCLIB_config.h

    r393 r398  
    142142/* Largest supported integer type. Implementation note: see _PDCLIB_atomax(). */ 
    143143#define _PDCLIB_intmax long long int 
    144 #define _PDCLIB_INTMAX LLINT 
     144#define _PDCLIB_INTMAX LLONG 
    145145/* You are also required to state the literal suffix for the intmax type      */ 
    146146#define _PDCLIB_INTMAX_LITERAL ll