+2001-09-04 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/c_std/bits/std_c*.h: Don't use include_next.
+
2001-09-03 Richard Sandiford <rsandifo@redhat.com>
* libsupc++/eh_personality.cc (parse_lsda_header): Change type of
// No include guards on this header...
#pragma GCC system_header
-#include_next <assert.h>
+#include <assert.h>
#define _CPP_CCTYPE 1
#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>
// Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
#ifndef errno
#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>
// Get rid of those macros defined in <locale.h> in lieu of real functions.
#undef setlocale
#include <bits/c++config.h>
#pragma GCC system_header
-#include_next <math.h>
+#include <math.h>
// Get rid of those macros defined in <math.h> in lieu of real functions.
#undef abs
#define _CPP_CSETJMP 1
#pragma GCC system_header
-#include_next <setjmp.h>
+#include <setjmp.h>
// Get rid of those macros defined in <setjmp.h> in lieu of real functions.
#undef longjmp
#define _CPP_CSIGNAL 1
#pragma GCC system_header
-#include_next <signal.h>
+#include <signal.h>
// Get rid of those macros defined in <signal.h> in lieu of real functions.
#undef raise
#define _CPP_CSTDARG 1
#pragma GCC system_header
-#include_next <stdarg.h>
+#include <stdarg.h>
// Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
#ifndef va_end
#define _CPP_CSTDDEF 1
#pragma GCC system_header
-#include_next <stddef.h>
+#include <stddef.h>
namespace std
{
#include <bits/std_cstddef.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/std_cstddef.h>
#pragma GCC system_header
-#include_next <stdlib.h>
+#include <stdlib.h>
// Get rid of those macros defined in <stdlib.h> in lieu of real functions.
#undef abort
#include <bits/std_cstddef.h>
#pragma GCC system_header
-#include_next <string.h>
+#include <string.h>
// Get rid of those macros defined in <string.h> in lieu of real functions.
#undef memcpy
#include <bits/std_cstddef.h>
#pragma GCC system_header
-#include_next <time.h>
+#include <time.h>
// Get rid of those macros defined in <time.h> in lieu of real functions.
#undef clock
#if _GLIBCPP_HAVE_WCHAR_H
#pragma GCC system_header
-#include_next <wchar.h>
+#include <wchar.h>
#endif
// Need to do a bit of trickery here with mbstate_t as char_traits
#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