comparison fixincludes/tests/base/sys/int_limits.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* DO NOT EDIT THIS FILE.
2
3 It has been auto-edited by fixincludes from:
4
5 "fixinc/tests/inc/sys/int_limits.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( SOLARIS_INT_LIMITS_1_CHECK )
13 #pragma ident "@(#)int_limits.h 1.9 04/09/28 SMI"
14 #define UINT8_MAX (255)
15 #define UINT16_MAX (65535)
16 #endif /* SOLARIS_INT_LIMITS_1_CHECK */
17
18
19 #if defined( SOLARIS_INT_LIMITS_2_CHECK )
20 #pragma ident "@(#)int_limits.h 1.9 04/09/28 SMI"
21 #define INT_FAST16_MAX INT32_MAX
22 #define UINT_FAST16_MAX UINT32_MAX
23 #define INT_FAST16_MIN INT32_MIN
24 #endif /* SOLARIS_INT_LIMITS_2_CHECK */