| Index: gcc/fixincludes/tests/base/stdint.h
|
| diff --git a/gcc/fixincludes/tests/base/stdint.h b/gcc/fixincludes/tests/base/stdint.h
|
| index 369b0120118a6b54659d8691d727c3b6ff1dec2b..3d897f88f7ec9714dc844af595657dd7008a40ca 100644
|
| --- a/gcc/fixincludes/tests/base/stdint.h
|
| +++ b/gcc/fixincludes/tests/base/stdint.h
|
| @@ -9,8 +9,15 @@
|
|
|
|
|
|
|
| -#if defined( IRIX_STDINT_C99_CHECK )
|
| +#if defined( GLIBC_STDINT_CHECK )
|
| +/* This file is part of the GNU C Library. */
|
| +# define UINT8_C(c) c
|
| +# define UINT16_C(c) c
|
| +#endif /* GLIBC_STDINT_CHECK */
|
| +
|
| +
|
| +#if defined( IRIX_STDINT_C99_MODE_CHECK )
|
| #if 0
|
| #error This header file is to be used only for c99 mode compilations
|
| #else
|
| -#endif /* IRIX_STDINT_C99_CHECK */
|
| +#endif /* IRIX_STDINT_C99_MODE_CHECK */
|
|
|