std_cstdio.h: Undef printf.
2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk> * include/c_std/bits/std_cstdio.h: Undef printf. From-SVN: r38917
This commit is contained in:
parent
c1ef066249
commit
57043d914e
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* include/c_std/bits/std_cstdio.h: Undef printf.
|
||||
|
||||
2001-01-10 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* src/ios.cc: Fix typo: change cout->wcout.
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
#undef getchar
|
||||
#undef putc
|
||||
#undef putchar
|
||||
#undef printf
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue