aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-04-28 11:21:24 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2009-04-28 11:21:24 +0100
commite25569046965bfdc106ba19133ed135eb9837160 (patch)
tree98dd6d5179bb3516ea2451bba228d1f309859544 /fixincludes/tests
parentf2c45f08668a1e898d965d02914957d03ffb091f (diff)
downloadgcc-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.h7
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