* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
From-SVN: r256754
This commit is contained in:
parent
b50e164942
commit
229433c94f
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
|
||||
|
||||
2018-01-16 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/83834
|
||||
|
|
|
@ -112,4 +112,8 @@
|
|||
#undef r
|
||||
#endif
|
||||
|
||||
#if defined (__linux__) && defined (__sparc__)
|
||||
#undef y
|
||||
#endif
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue