Commit c0dae541 by Benjamin Kosnik Committed by Benjamin Kosnik

std_c*.h: Don't use include_next.


2001-09-04  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_std/bits/std_c*.h: Don't use include_next.

From-SVN: r45387
parent 4f8e1232
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
......
......@@ -34,7 +34,7 @@
// No include guards on this header...
#pragma GCC system_header
#include_next <assert.h>
#include <assert.h>
......
......@@ -35,7 +35,7 @@
#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
......
......@@ -35,7 +35,7 @@
#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
......
......@@ -35,6 +35,6 @@
#define _CPP_CFLOAT 1
#pragma GCC system_header
#include_next <float.h>
#include <float.h>
#endif
......@@ -35,6 +35,6 @@
#define _CPP_CLIMITS 1
#pragma GCC system_header
#include_next <limits.h>
#include <limits.h>
#endif
......@@ -35,7 +35,7 @@
#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
......
......@@ -37,7 +37,7 @@
#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
......
......@@ -35,7 +35,7 @@
#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
......
......@@ -35,7 +35,7 @@
#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
......
......@@ -35,7 +35,7 @@
#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
......
......@@ -35,7 +35,7 @@
#define _CPP_CSTDDEF 1
#pragma GCC system_header
#include_next <stddef.h>
#include <stddef.h>
namespace std
{
......
......@@ -38,7 +38,7 @@
#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
......
......@@ -38,7 +38,7 @@
#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
......
......@@ -37,7 +37,7 @@
#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
......
......@@ -37,7 +37,7 @@
#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
......
......@@ -40,7 +40,7 @@
#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
......
......@@ -35,7 +35,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment