summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-19 22:55:07 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-19 22:55:07 +0000
commit23a9a84dbd9572c13aae7cdfec4579020c58821a (patch)
treecd64abf5f5b813d563c8b82658103a5022fc517e /libstdc++-v3/include/c
parent03c84da8d02166d70c97381fb5eb0cc3d848d2b2 (diff)
downloadgcc-23a9a84dbd9572c13aae7cdfec4579020c58821a.tar.gz
2000-12-19 Benjamin Kosnik <bkoz@fillmore.constant.com>
* configure.in: Don't turn on long long by default. * configure: Regenerate. * include/c/bits/std_cstdio.h: Remove c++config.h include. * src/locale.cc: Formatting tweaks. * testsuite/22_locale/ctype.cc (char<unsigned char>): Provide member functions. 2000-12-19 Loren J. Rittle <ljrittle@acm.org> * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38388 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c')
-rw-r--r--libstdc++-v3/include/c/bits/std_cstdio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/c/bits/std_cstdio.h b/libstdc++-v3/include/c/bits/std_cstdio.h
index cc22d4519d2..62a19aabf2b 100644
--- a/libstdc++-v3/include/c/bits/std_cstdio.h
+++ b/libstdc++-v3/include/c/bits/std_cstdio.h
@@ -36,7 +36,6 @@
#ifndef _CPP_CSTDIO
#define _CPP_CSTDIO 1
-#include <bits/c++config.h>
#include <bits/std_cstdarg.h>
#pragma GCC system_header