diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-04-28 11:21:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2009-04-28 11:21:24 +0100 |
commit | e25569046965bfdc106ba19133ed135eb9837160 (patch) | |
tree | 98dd6d5179bb3516ea2451bba228d1f309859544 /fixincludes/tests | |
parent | f2c45f08668a1e898d965d02914957d03ffb091f (diff) | |
download | gcc-e25569046965bfdc106ba19133ed135eb9837160.zip gcc-e25569046965bfdc106ba19133ed135eb9837160.tar.gz gcc-e25569046965bfdc106ba19133ed135eb9837160.tar.bz2 |
inclhack.def (glibc_stdint): New fix.
* inclhack.def (glibc_stdint): New fix.
* fixincl.x: Regenerate.
* tests/base/stdint.h: Update.
From-SVN: r146883
Diffstat (limited to 'fixincludes/tests')
-rw-r--r-- | fixincludes/tests/base/stdint.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |