Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Don't depend on ctype.h pulling in sys/ctype_bits.h, do so e...
details: https://anonhg.NetBSD.org/src/rev/2723bc65dc15
branches: trunk
changeset: 786324:2723bc65dc15
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Apr 26 17:34:55 2013 +0000
description:
Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly.
diffstat:
external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h | 2 ++
gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 592d512f3511 -r 2723bc65dc15 external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
--- a/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h Fri Apr 26 17:12:10 2013 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h Fri Apr 26 17:34:55 2013 +0000
@@ -30,6 +30,8 @@
// Full details can be found from the CVS files at:
// anoncvs%anoncvs.netbsd.org@localhost:/cvsroot/basesrc/include/ctype.h
// See www.netbsd.org for details of access.
+
+#include <sys/ctype_bits.h>
_GLIBCXX_BEGIN_NAMESPACE(std)
diff -r 592d512f3511 -r 2723bc65dc15 gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
--- a/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h Fri Apr 26 17:12:10 2013 +0000
+++ b/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h Fri Apr 26 17:34:55 2013 +0000
@@ -35,6 +35,8 @@
// Full details can be found from the CVS files at:
// anoncvs%anoncvs.netbsd.org@localhost:/cvsroot/basesrc/include/ctype.h
// See www.netbsd.org for details of access.
+
+#include <sys/ctype_bits.h>
struct ctype_base
{
Home |
Main Index |
Thread Index |
Old Index