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

Unified Diff: gcc/fixincludes/tests/base/stdlib.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/stdint.h ('k') | gcc/fixincludes/tests/base/sys/wait.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/fixincludes/tests/base/stdlib.h
diff --git a/gcc/fixincludes/tests/base/stdlib.h b/gcc/fixincludes/tests/base/stdlib.h
index e7174e191085d7ce496a1e995678799961cbb930..d104cc7d5175d7c6d8d800c8faf61f94708a8e66 100644
--- a/gcc/fixincludes/tests/base/stdlib.h
+++ b/gcc/fixincludes/tests/base/stdlib.h
@@ -20,6 +20,12 @@ extern long double strtold(const char *, char **);
#endif /* HPUX_LONG_DOUBLE_CHECK */
+#if defined( HPUX_LONG_DOUBLE_2_CHECK )
+# if !defined(__ia64) || !defined(_PROTOTYPES) || defined(_LONG_DOUBLE_STRUCT)
+
+#endif /* HPUX_LONG_DOUBLE_2_CHECK */
+
+
#if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
extern void abort(int);
extern void free(void*);
« no previous file with comments | « gcc/fixincludes/tests/base/stdint.h ('k') | gcc/fixincludes/tests/base/sys/wait.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698