OSDN Git Service

e0c839b490d968d421b469d82410aa88155e1dd0
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / sys / param.h
1 /*  DO NOT EDIT THIS FILE.
2
3     It has been auto-edited by fixincludes from:
4
5         "fixinc/tests/inc/sys/param.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( AUX_ASM_CHECK )
13 #if !defined(NOINLINE) && !defined(__GNUC__) /* ain't got no inline, so we got it */
14 #endif /* NOINLINE */
15 #endif  /* AUX_ASM_CHECK */
16
17
18 #if defined( HPUX_MAXINT_CHECK )
19 #ifndef MAXINT
20 #define MAXINT 0x7FFFFFFF
21 #endif
22 #endif  /* HPUX_MAXINT_CHECK */