aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-01-11 18:16:16 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2001-01-11 18:16:16 +0000
commit57043d914ef9b38654129f5b9fa1161a229ad4ae (patch)
tree9cc4fecc56b4b04c14edacbbc9cad8334c2a29d6
parentc1ef0662493dd83fe23f7235fa085f2d4e054b3c (diff)
downloadgcc-57043d914ef9b38654129f5b9fa1161a229ad4ae.zip
gcc-57043d914ef9b38654129f5b9fa1161a229ad4ae.tar.gz
gcc-57043d914ef9b38654129f5b9fa1161a229ad4ae.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/c_std/bits/std_cstdio.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 599f823..04ae960 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/c_std/bits/std_cstdio.h b/libstdc++-v3/include/c_std/bits/std_cstdio.h
index f502f65..569b511 100644
--- a/libstdc++-v3/include/c_std/bits/std_cstdio.h
+++ b/libstdc++-v3/include/c_std/bits/std_cstdio.h
@@ -52,6 +52,7 @@
#undef getchar
#undef putc
#undef putchar
+#undef printf
namespace std
{