comparison fixincludes/tests/base/stdint-hpux11.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents
children
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* DO NOT EDIT THIS FILE.
2
3 It has been auto-edited by fixincludes from:
4
5 "fixinc/tests/inc/stdint-hpux11.h"
6
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
9
10
11
12 #if defined( HPUX_C99_INTPTR_CHECK )
13 #define PTRDIFF_MAX (2147483647l)
14 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
15 #define INTPTR_MAX (2147483647l)
16 #define INTPTR_MIN (-INTPTR_MAX - 1)
17 #define UINTPTR_MAX (4294967295ul)
18 #define SIZE_MAX (4294967295ul)
19
20 #endif /* HPUX_C99_INTPTR_CHECK */
21
22
23 #if defined( HPUX_C99_INTTYPES2_CHECK )
24 #define INT8_C(__c) (__c)
25 #define UINT8_C(__c) (__c)
26 #define INT16_C(__c) (__c)
27 #define UINT16_C(__c) (__c)
28
29 #endif /* HPUX_C99_INTTYPES2_CHECK */
30
31
32 #if defined( HPUX_STDINT_LEAST_FAST_CHECK )
33 # define UINT_FAST64_MAX __UINT64_MAX__
34 # define UINT_LEAST64_MAX __UINT64_MAX__
35
36 #endif /* HPUX_STDINT_LEAST_FAST_CHECK */