summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-11 18:16:16 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-11 18:16:16 +0000
commit796c61565f9dcd659e8b5bcdb5cf031449fcc989 (patch)
tree9cc4fecc56b4b04c14edacbbc9cad8334c2a29d6 /libstdc++-v3/include
parent656b493b23e4bb42c98f0bffb6e58f647514c13f (diff)
downloadgcc-796c61565f9dcd659e8b5bcdb5cf031449fcc989.tar.gz
2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
* 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
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/c_std/bits/std_cstdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/c_std/bits/std_cstdio.h b/libstdc++-v3/include/c_std/bits/std_cstdio.h
index f502f65a08e..569b511b80c 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
{