aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/17_intro/names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/17_intro/names.cc')
-rw-r--r--libstdc++-v3/testsuite/17_intro/names.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/17_intro/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc
index c5258615663..1873deb6936 100644
--- a/libstdc++-v3/testsuite/17_intro/names.cc
+++ b/libstdc++-v3/testsuite/17_intro/names.cc
@@ -107,4 +107,9 @@
#undef y
#endif
+#ifdef __hpux__
+#undef d
+#undef r
+#endif
+
#include <bits/stdc++.h>