std_cstdio.h: Undef printf.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 11 Jan 2001 18:16:16 +0000 (18:16 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 11 Jan 2001 18:16:16 +0000 (18:16 +0000)
2001-01-11   Joseph S. Myers  <jsm28@cam.ac.uk>

* include/c_std/bits/std_cstdio.h: Undef printf.

From-SVN: r38917

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cstdio.h

index 599f8239a7bfa78609896d7f4f4ada82311c40bc..04ae9606117a6b9d4af4d66ddcb58e0f8827442e 100644 (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.
index f502f65a08e697a1819e06d777c6642cac6f3a5e..569b511b80c959ba10a6d69429e5e5c024a7baab 100644 (file)
@@ -52,6 +52,7 @@
 #undef getchar
 #undef putc
 #undef putchar
+#undef printf
 
 namespace std 
 {