This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
minor libsupc++ patch
- To: libstdc++ at sources dot redhat dot com
- Subject: minor libsupc++ patch
- From: Steven King <sxking at uswest dot net>
- Date: Wed, 11 Oct 2000 12:26:54 -0700
- Organization: is the root of all evil
- Reply-To: sxking at uswest dot net
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