1*c87b03e5Sespie /*  DO NOT EDIT THIS FILE.
2*c87b03e5Sespie 
3*c87b03e5Sespie     It has been auto-edited by fixincludes from:
4*c87b03e5Sespie 
5*c87b03e5Sespie 	"fixinc/tests/inc/inttypes.h"
6*c87b03e5Sespie 
7*c87b03e5Sespie     This had to be done to correct non-standard usages in the
8*c87b03e5Sespie     original, manufacturer supplied header file.  */
9*c87b03e5Sespie 
10*c87b03e5Sespie 
11*c87b03e5Sespie 
12*c87b03e5Sespie #if defined( HPUX11_UINT32_C_CHECK )
13*c87b03e5Sespie #define CONCAT_U__(__c)	__CONCAT__(__c,u)
14*c87b03e5Sespie #define UINT32_C(__c) __CONCAT__(__c,ul)
15*c87b03e5Sespie #endif  /* HPUX11_UINT32_C_CHECK */
16