From e25569046965bfdc106ba19133ed135eb9837160 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 28 Apr 2009 11:21:24 +0100 Subject: inclhack.def (glibc_stdint): New fix. * inclhack.def (glibc_stdint): New fix. * fixincl.x: Regenerate. * tests/base/stdint.h: Update. From-SVN: r146883 --- fixincludes/tests/base/stdint.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fixincludes/tests') diff --git a/fixincludes/tests/base/stdint.h b/fixincludes/tests/base/stdint.h index 9ca62ae..30ba3ad 100644 --- a/fixincludes/tests/base/stdint.h +++ b/fixincludes/tests/base/stdint.h @@ -9,6 +9,13 @@ +#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_CHECK ) #if 0 #error This header file is to be used only for c99 mode compilations -- cgit v1.1