FAIL: 17_intro/names.cc -std=gnu++98 (test for excess errors)
Also fix typo in experimental/names.cc where I did #undef for the wrong
name in
r16-901-gd1ced2a5ea6b09.
libstdc++-v3/ChangeLog:
* testsuite/17_intro/names.cc [_AIX] (a): Undefine.
* testsuite/experimental/names.cc [_AIX] (ptr): Undefine.
#undef r
#undef x
#undef y
+// <stdlib.h> defines drand48_data::a
+#undef a
// <sys/localedef.h> defines _LC_weight_t::n
#undef n
// <sys/poll.h> defines pollfd_ext::u on AIX 7.3
#ifdef _AIX
// <netdb.h> declares endnetgrent_r with ptr parameter.
-# undef n
+# undef ptr
#endif
// Filesystem