OSDN Git Service

2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 18:16:16 +0000 (18:16 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 18:16:16 +0000 (18:16 +0000)
* include/c_std/bits/std_cstdio.h: Undef printf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38917 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 599f823..04ae960 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 f502f65..569b511 100644 (file)
@@ -52,6 +52,7 @@
 #undef getchar
 #undef putc
 #undef putchar
+#undef printf
 
 namespace std 
 {