+2000-12-14 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/c/bits/*.h: Remove include_next, replace with include,
+ as include_next does not work host-x-host, and include_next not
+ necessary.
+
2000-12-13 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.h (ctype<char>): Remove throw specs not in
// No include guards on this header...
#pragma GCC system_header
-#include_next <assert.h>
+#include <assert.h>
#include <bits/c++config.h>
#pragma GCC system_header
-#include_next <ctype.h>
+#include <ctype.h>
// Get rid of those macros defined in <ctype.h> in lieu of real functions.
#undef isalnum
#define _CPP_CERRNO 1
#pragma GCC system_header
-#include_next <errno.h>
+#include <errno.h>
namespace std
{
#define _CPP_CFLOAT 1
#pragma GCC system_header
-#include_next <float.h>
+#include <float.h>
#endif
#define _CPP_CLIMITS 1
#pragma GCC system_header
-#include_next <limits.h>
+#include <limits.h>
#endif
#define _CPP_CLOCALE 1
#pragma GCC system_header
-#include_next <locale.h>
+#include <locale.h>
namespace std
{
#include <bits/std_cstdlib.h>
#pragma GCC system_header
-#include_next <math.h>
+#include <math.h>
namespace std
{
#define _CPP_CSETJMP 1
#pragma GCC system_header
-#include_next <setjmp.h>
+#include <setjmp.h>
namespace std
{
#define _CPP_CSIGNAL 1
#pragma GCC system_header
-#include_next <signal.h>
+#include <signal.h>
namespace std
{
#define _CPP_CSTDARG 1
#pragma GCC system_header
-#include_next <stdarg.h>
+#include <stdarg.h>
namespace std
{
#define _CPP_CSTDDEF 1
#pragma GCC system_header
-#include_next <stddef.h>
+#include <stddef.h>
namespace std
{
#include <bits/std_cstdarg.h>
#pragma GCC system_header
-#include_next <stdio.h>
+#include <stdio.h>
// Get rid of those macros defined in <stdio.h> in lieu of real functions.
#undef clearerr
#include <bits/c++config.h>
#pragma GCC system_header
-#include_next <stdlib.h>
+#include <stdlib.h>
namespace std
{
#include <bits/c++config.h>
#pragma GCC system_header
-#include_next <string.h>
+#include <string.h>
namespace std
{
#define _CPP_CTIME 1
#pragma GCC system_header
-#include_next <time.h>
+#include <time.h>
namespace std
{
#if _GLIBCPP_USE_WCHAR_T
#pragma GCC system_header
-#include_next <wchar.h>
+#include <wchar.h>
// Get rid of those macros defined in <wchar.h> in lieu of real functions.
#undef getwchar
#define _CPP_CWCTYPE 1
#pragma GCC system_header
-#include_next <wctype.h>
+#include <wctype.h>
// Get rid of those macros defined in <wctype.h> in lieu of real functions.
#undef iswalnum