]> gcc.gnu.org Git - gcc.git/commitdiff
std_c*.h: Don't use include_next.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)
2001-09-04  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r45387

18 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cassert.h
libstdc++-v3/include/c_std/bits/std_cctype.h
libstdc++-v3/include/c_std/bits/std_cerrno.h
libstdc++-v3/include/c_std/bits/std_cfloat.h
libstdc++-v3/include/c_std/bits/std_climits.h
libstdc++-v3/include/c_std/bits/std_clocale.h
libstdc++-v3/include/c_std/bits/std_cmath.h
libstdc++-v3/include/c_std/bits/std_csetjmp.h
libstdc++-v3/include/c_std/bits/std_csignal.h
libstdc++-v3/include/c_std/bits/std_cstdarg.h
libstdc++-v3/include/c_std/bits/std_cstddef.h
libstdc++-v3/include/c_std/bits/std_cstdio.h
libstdc++-v3/include/c_std/bits/std_cstdlib.h
libstdc++-v3/include/c_std/bits/std_cstring.h
libstdc++-v3/include/c_std/bits/std_ctime.h
libstdc++-v3/include/c_std/bits/std_cwchar.h
libstdc++-v3/include/c_std/bits/std_cwctype.h

index 8d9a0081715ba94f7df8dba4b9c908a53d8b1598..18c48e1fbd22869c487d1d669374ba1d69730889 100644 (file)
@@ -1,3 +1,7 @@
+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
index 533f2e23967eb538663d3dc23e47cd63a7c09313..b0e1f13f10aff88eb772dbe39991d2f087a0eaa9 100644 (file)
@@ -34,7 +34,7 @@
 // No include guards on this header...
 
 #pragma GCC system_header
-#include_next <assert.h>
+#include <assert.h>
 
 
 
index aa120b00bc2348b3095a8548f7b43b14dfa1d070..189f4f5384e7d129ed68c73495d98a44ffac7561 100644 (file)
@@ -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
index cb5a94f476278ab93f9fe96e07f875441b280d6a..7f1cdf66565564b377e9efad72418192fe5c5d26 100644 (file)
@@ -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
index 0dfdd2eaf5f7a187abaaae5363488b08d3e1b42b..80f5ea5c4ab1609fd4748b652e9d9981a66205c4 100644 (file)
@@ -35,6 +35,6 @@
 #define _CPP_CFLOAT 1
 
 #pragma GCC system_header
-#include_next <float.h>
+#include <float.h>
 
 #endif
index 1eb8c0bb27a86dcc15a0ee811213ee484469328c..48f6acf4d86af9b52daac7177f4d9bdda9e7e53d 100644 (file)
@@ -35,6 +35,6 @@
 #define _CPP_CLIMITS   1
 
 #pragma GCC system_header
-#include_next <limits.h>
+#include <limits.h>
 
 #endif
index eace7a0019c464db7ebbdff92dcca2a820d0bb05..02eb8fcc90cf7311209f6c904d411db8f5b86f3e 100644 (file)
@@ -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
index d43256c15303aa9b81ff4ef518b9176d764af584..fedc5fb1a9825a4abb5eb1b65effbfa7cfe8b9f6 100644 (file)
@@ -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
index 73648aeb8fdf8284df2a41d1222480e50b7d82ed..5db98e7b97eae12006fde5c00edb510ba8c9d9f1 100644 (file)
@@ -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
index f30d9e00078fd1283d1b08380f152d57e271abc9..818e7bbbc9cf6c1538472b7f81c7d98f09168fb1 100644 (file)
@@ -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
index c327520ae1f178f1ed456faab770a4ce4dc7b63c..58faa3b9876d594d67d06cc982ba8d7501ceec0e 100644 (file)
@@ -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
index 79c89a668bc56af08f2457478aed3e80a3f66c3d..deb2db4448c4b85ee76b07bddd7673c5fb1f8800 100644 (file)
@@ -35,7 +35,7 @@
 #define _CPP_CSTDDEF 1
 
 #pragma GCC system_header
-#include_next <stddef.h>
+#include <stddef.h>
 
 namespace std 
 {
index 03d82214934d68db0cb61c002221c2aade6febbb..a4c67d22acd01396264e69232dad3d4b29b759c2 100644 (file)
@@ -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
index d123b8ddd7b5e7779a259078ba151fabaf47872d..b67ce44f937d6c94a47361db8140f08169f981f3 100644 (file)
@@ -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
index 5ad06ee9e9ac87e8bc53d8e35a707a0c3e7e1042..ab6a6a66c4d67cd12d44568ac97d40ee4c7b5616 100644 (file)
@@ -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
index b97c046015590dceb603b02a08438d95d0a1c366..a9051b49735dbcf0da10efb5a3d8411d03c723e6 100644 (file)
@@ -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
index fffd37acdc9575766256fcba35e84a0e94be94ec..b19cfeaadc275bcc067b5b6e1251357149071413 100644 (file)
@@ -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
index 53de4d3a1b8fc465c745f5b347c2c1b81899c8cc..39ae076766315d4bd397b213c3a7bb124aca51e0 100644 (file)
@@ -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
This page took 0.081642 seconds and 5 git commands to generate.