*.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:
parent
37729557c9
commit
3d182b4c2a
18 changed files with 23 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
// No include guards on this header...
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <assert.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CERRNO 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <errno.h>
|
||||
#include <errno.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CFLOAT 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <float.h>
|
||||
#include <float.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CLIMITS 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <limits.h>
|
||||
#include <limits.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CLOCALE 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <locale.h>
|
||||
#include <locale.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <bits/std_cstdlib.h>
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <math.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CSETJMP 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <setjmp.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CSIGNAL 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CSTDARG 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <stdarg.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CSTDDEF 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <stddef.h>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <bits/c++config.h>
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <stdlib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <bits/c++config.h>
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <string.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define _CPP_CTIME 1
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <time.h>
|
||||
#include <time.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue