This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

minor libsupc++ patch


2000-10-11	Steven King	sxking@uswest.net
	* libsupc++/tinfo.cc: Change stddef.h to cstddef
	* libsupc++/tinfo2.cc: Change stddef.h to cstddef
-- 
Steven King
sxking@uswest.net
Index: libsupc++/tinfo.cc
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libsupc++/tinfo.cc,v
retrieving revision 1.1
diff -c -p -3 -r1.1 tinfo.cc
*** tinfo.cc	2000/10/06 23:31:22	1.1
--- tinfo.cc	2000/10/11 19:02:36
***************
*** 29,35 ****
  
  #pragma implementation "typeinfo"
  
! #include <stddef.h>
  #include "tinfo.h"
  #include "new"			// for placement new
  
--- 29,35 ----
  
  #pragma implementation "typeinfo"
  
! #include <cstddef>
  #include "tinfo.h"
  #include "new"			// for placement new
  
Index: libsupc++/tinfo2.cc
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libsupc++/tinfo2.cc,v
retrieving revision 1.1
diff -c -p -3 -r1.1 tinfo2.cc
*** tinfo2.cc	2000/10/06 23:31:22	1.1
--- tinfo2.cc	2000/10/11 19:02:36
***************
*** 27,33 ****
  // invalidate any other reasons why the executable file might be covered by
  // the GNU General Public License.
  
! #include <stddef.h>
  #include "tinfo.h"
  #include "new"			// for placement new
  
--- 27,33 ----
  // invalidate any other reasons why the executable file might be covered by
  // the GNU General Public License.
  
! #include <cstddef>
  #include "tinfo.h"
  #include "new"			// for placement new
  

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