8919fa4a77
PR libgcj/28190 * inclhack.def (irix_stdint_c99): New fix. * fixincl.x: Regenerate. * tests/base/stdint.h: New test. From-SVN: r126377
17 lines
380 B
C
17 lines
380 B
C
/* DO NOT EDIT THIS FILE.
|
|
|
|
It has been auto-edited by fixincludes from:
|
|
|
|
"fixinc/tests/inc/stdint.h"
|
|
|
|
This had to be done to correct non-standard usages in the
|
|
original, manufacturer supplied header file. */
|
|
|
|
|
|
|
|
#if defined( IRIX_STDINT_C99_CHECK )
|
|
#if 0
|
|
#error This header file is to be used only for c99 mode compilations
|
|
#else
|
|
#endif /* IRIX_STDINT_C99_CHECK */
|