summaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-21 17:01:35 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-21 17:01:35 +0000
commit1684f52dd946d9ef31760a9ac1bb9cbffb2e88ee (patch)
tree8242c0cea25c527230a74a763fc30b63332e273c /fixincludes/tests
parent1cdf9df537ba480d3defc3dcc0ef55ead1ea64fe (diff)
downloadgcc-1684f52dd946d9ef31760a9ac1bb9cbffb2e88ee.tar.gz
2009-10-21 Steve Ellcey <sje@cup.hp.com>
* inclhack.def (hpux_stdint_least_fast): Simplify. * fixincl.x: Regenerate. * tests/base/stdint.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/stdint.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/fixincludes/tests/base/stdint.h b/fixincludes/tests/base/stdint.h
index 1c59442182f..3159505f3c3 100644
--- a/fixincludes/tests/base/stdint.h
+++ b/fixincludes/tests/base/stdint.h
@@ -146,16 +146,9 @@
#if defined( HPUX_STDINT_LEAST_FAST_CHECK )
-#ifdef __LP64__
-# define UINT_FAST64_MAX ULONG_MAX
-#else
-# define UINT_FAST64_MAX ULLONG_MAX
-#endif
-#ifdef __LP64__
-# define UINT_LEAST64_MAX ULONG_MAX
-#else
-# define UINT_LEAST64_MAX ULLONG_MAX
-#endif
+# define UINT_FAST64_MAX __UINT64_MAX__
+# define UINT_LEAST64_MAX __UINT64_MAX__
+
#endif /* HPUX_STDINT_LEAST_FAST_CHECK */