mirror of git://gcc.gnu.org/git/gcc.git
re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is macro in C library)
2013-11-01 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/58952 * include/c_global/cstdio: Undef getchar. From-SVN: r204291
This commit is contained in:
parent
d081231ab5
commit
7115d32a36
|
|
@ -1,3 +1,8 @@
|
||||||
|
2013-11-01 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
PR libstdc++/58952
|
||||||
|
* include/c_global/cstdio: Undef getchar.
|
||||||
|
|
||||||
2013-11-01 Jonathan Wakely <jwakely.gcc@gmail.com>
|
2013-11-01 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||||
|
|
||||||
N3421 C++1y Transparent functors
|
N3421 C++1y Transparent functors
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@ extern "C" char* gets (char* __s) __attribute__((deprecated));
|
||||||
#undef ftell
|
#undef ftell
|
||||||
#undef fwrite
|
#undef fwrite
|
||||||
#undef getc
|
#undef getc
|
||||||
|
#undef getchar
|
||||||
#if __cplusplus <= 201103L
|
#if __cplusplus <= 201103L
|
||||||
# undef gets
|
# undef gets
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue