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:
Joseph Myers 2001-01-11 18:16:16 +00:00 committed by Benjamin Kosnik
parent c1ef066249
commit 57043d914e
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -52,6 +52,7 @@
#undef getchar
#undef putc
#undef putchar
#undef printf
namespace std
{