This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] c_std/std_cstdio.h printf tweak
- To: gcc-patches at gcc dot gnu dot org
- Subject: [v3] c_std/std_cstdio.h printf tweak
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 11 Jan 2001 10:15:33 -0800
2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
* include/c_std/bits/std_cstdio.h: Undef printf.
Index: include/c_std/bits/std_cstdio.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/c_std/bits/std_cstdio.h,v
retrieving revision 1.6
diff -c -p -r1.6 std_cstdio.h
*** std_cstdio.h 2001/01/02 07:38:47 1.6
--- std_cstdio.h 2001/01/11 17:54:49
***************
*** 52,57 ****
--- 52,58 ----
#undef getchar
#undef putc
#undef putchar
+ #undef printf
namespace std
{