*.h: Remove include_next...

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.

From-SVN: r38256
This commit is contained in:
Benjamin Kosnik 2000-12-14 19:06:57 +00:00 committed by Benjamin Kosnik
parent 37729557c9
commit 3d182b4c2a
18 changed files with 23 additions and 17 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -36,7 +36,7 @@
// No include guards on this header...
#pragma GCC system_header
#include_next <assert.h>
#include <assert.h>

View file

@ -39,7 +39,7 @@
#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

View file

@ -37,7 +37,7 @@
#define _CPP_CERRNO 1
#pragma GCC system_header
#include_next <errno.h>
#include <errno.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CFLOAT 1
#pragma GCC system_header
#include_next <float.h>
#include <float.h>
#endif

View file

@ -37,7 +37,7 @@
#define _CPP_CLIMITS 1
#pragma GCC system_header
#include_next <limits.h>
#include <limits.h>
#endif

View file

@ -37,7 +37,7 @@
#define _CPP_CLOCALE 1
#pragma GCC system_header
#include_next <locale.h>
#include <locale.h>
namespace std
{

View file

@ -40,7 +40,7 @@
#include <bits/std_cstdlib.h>
#pragma GCC system_header
#include_next <math.h>
#include <math.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CSETJMP 1
#pragma GCC system_header
#include_next <setjmp.h>
#include <setjmp.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CSIGNAL 1
#pragma GCC system_header
#include_next <signal.h>
#include <signal.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CSTDARG 1
#pragma GCC system_header
#include_next <stdarg.h>
#include <stdarg.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CSTDDEF 1
#pragma GCC system_header
#include_next <stddef.h>
#include <stddef.h>
namespace std
{

View file

@ -40,7 +40,7 @@
#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

View file

@ -39,7 +39,7 @@
#include <bits/c++config.h>
#pragma GCC system_header
#include_next <stdlib.h>
#include <stdlib.h>
namespace std
{

View file

@ -39,7 +39,7 @@
#include <bits/c++config.h>
#pragma GCC system_header
#include_next <string.h>
#include <string.h>
namespace std
{

View file

@ -37,7 +37,7 @@
#define _CPP_CTIME 1
#pragma GCC system_header
#include_next <time.h>
#include <time.h>
namespace std
{

View file

@ -42,7 +42,7 @@
#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

View file

@ -37,7 +37,7 @@
#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