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

Unified Diff: gcc/fixincludes/tests/base/inttypes.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/mkheaders.in ('k') | gcc/fixincludes/tests/base/math.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/fixincludes/tests/base/inttypes.h
diff --git a/gcc/fixincludes/tests/base/inttypes.h b/gcc/fixincludes/tests/base/inttypes.h
index 06d7ebd5ce364d4d900d8f3d015f6e092c0c9c1d..3f556856a41f914d94766d57fad3208133ac3e3b 100644
--- a/gcc/fixincludes/tests/base/inttypes.h
+++ b/gcc/fixincludes/tests/base/inttypes.h
@@ -9,7 +9,10 @@
-#if defined( HPUX11_UINT32_C_CHECK )
-#define CONCAT_U__(__c) __CONCAT__(__c,u)
-#define UINT32_C(__c) __CONCAT__(__c,ul)
-#endif /* HPUX11_UINT32_C_CHECK */
+#if defined( HPUX_C99_INTTYPES_CHECK )
+#define UINT8_C(__c) (__c)
+#define UINT16_C(__c) (__c)
+#define INT32_C(__c) (__c)
+#define UINT32_C(__c) __CONCAT__(__c,u)
+
+#endif /* HPUX_C99_INTTYPES_CHECK */
« no previous file with comments | « gcc/fixincludes/mkheaders.in ('k') | gcc/fixincludes/tests/base/math.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698