Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: gcc/fixincludes/tests/base/stdint.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/fixincludes/tests/base/pthread.h ('k') | gcc/fixincludes/tests/base/stdlib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « gcc/fixincludes/tests/base/pthread.h ('k') | gcc/fixincludes/tests/base/stdlib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698