xref: /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/int_const.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1*36ac495dSmrg /*  DO NOT EDIT THIS FILE.
2*36ac495dSmrg 
3*36ac495dSmrg     It has been auto-edited by fixincludes from:
4*36ac495dSmrg 
5*36ac495dSmrg 	"fixinc/tests/inc/sys/int_const.h"
6*36ac495dSmrg 
7*36ac495dSmrg     This had to be done to correct non-standard usages in the
8*36ac495dSmrg     original, manufacturer supplied header file.  */
9*36ac495dSmrg 
10*36ac495dSmrg 
11*36ac495dSmrg 
12*36ac495dSmrg #if defined( SOLARIS_INT_CONST_CHECK )
13*36ac495dSmrg #define	UINT8_C(c)	(c)
14*36ac495dSmrg /* CSTYLED */
15*36ac495dSmrg #define	UINT16_C(c)	(c)
16*36ac495dSmrg #endif  /* SOLARIS_INT_CONST_CHECK */
17