This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3] c_std/std_cstdio.h printf tweak


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 
  {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]