This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / fixincludes / tests / base / sys / param.h
blob41269247bbb08826c764b42a4d5f2d431cc5a0e7
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/param.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( HPUX_MAXINT_CHECK )
13 #ifndef MAXINT
14 #define MAXINT 0x7FFFFFFF
15 #endif
16 #endif /* HPUX_MAXINT_CHECK */