*.h: Remove include_next...
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 14 Dec 2000 19:06:57 +0000 (19:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 14 Dec 2000 19:06:57 +0000 (19:06 +0000)
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

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

index 46340e3d8f9aa3fa4ca565134c3f414fce4d2061..54fd550e81c0f2dc28f4be730192e5444aba8741 100644 (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
index 0cd937e4039da1c694df30b5023e07a46858d3cd..e06927493ab28d620c77a76cd4ccdcff3de9f9d6 100644 (file)
@@ -36,7 +36,7 @@
 // No include guards on this header...
 
 #pragma GCC system_header
-#include_next <assert.h>
+#include <assert.h>
 
 
 
index 0fcbb748934c64b51080ee25d2513256c5596394..a6a882bc8a2ed8313e1622934e1106b28dbdd075 100644 (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
index 518651008ba30ead4bbad1c47da506a64e31890e..682882768b30412d884f54e9020005abce1e3096 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CERRNO 1
 
 #pragma GCC system_header
-#include_next <errno.h>
+#include <errno.h>
 
 namespace std 
 {
index 4ff42b0865c16f57a9220e23cf3c79bfccf7e2be..1444be1ecfbcbebf1b8e7636c191846093d9a801 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CFLOAT 1
 
 #pragma GCC system_header
-#include_next <float.h>
+#include <float.h>
 
 #endif
 
index d7b171df0410509a0c8c3cfff3768db758388987..071dd0594f9eae0432be4aaadefee5d24e85732e 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CLIMITS   1
 
 #pragma GCC system_header
-#include_next <limits.h>
+#include <limits.h>
 
 #endif
 
index 0ce02976fe4d20949f2599367c43d2d926a1b98f..18d73dd8cd44045a064c6f8aedfc1990cd26e932 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CLOCALE 1
 
 #pragma GCC system_header
-#include_next <locale.h>
+#include <locale.h>
 
 namespace std
 {
index 30999c5f28de112683fe421542e209efaaaa0e66..01cf652548d308d49d98c28deeb78201f78e24b8 100644 (file)
@@ -40,7 +40,7 @@
 #include <bits/std_cstdlib.h>
  
 #pragma GCC system_header
-#include_next <math.h>
+#include <math.h>
 
 namespace std 
 {
index a7864b0fc1f282b810e865f74b4b891679451416..ea30d8d868d10a0a92546e7c9c5ffa18d538e9f1 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CSETJMP 1
 
 #pragma GCC system_header
-#include_next <setjmp.h>
+#include <setjmp.h>
 
 namespace std
 {
index 48f6584b25d72e83ab77716e909ad86c0215b4cc..e54db8aa8125a2618e888aac9dbf7bb0e7989490 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CSIGNAL 1
 
 #pragma GCC system_header
-#include_next <signal.h>
+#include <signal.h>
 
 namespace std
 {
index 87a8a0f54b74c8728bf2ca54e51774005a627583..817cee5e5794d0b0ad3066635d4db52b35238f97 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CSTDARG 1
 
 #pragma GCC system_header
-#include_next <stdarg.h>
+#include <stdarg.h>
 
 namespace std
 {
index a256e8548334a0e25e40babb0841ce1367c00a4a..184a533cfe3048557380e7b4a498396527eae6f9 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CSTDDEF 1
 
 #pragma GCC system_header
-#include_next <stddef.h>
+#include <stddef.h>
 
 namespace std 
 {
index 60ed76d24f9d0c0a7ba8ffa1b237b99ba7500c56..cc22d4519d2a4ad8c9d31b6f71f9d97fa68fab7d 100644 (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
index 10600e60f303f92aab314da902d3fa0adc8ec36f..a43c1c58b909c51adace6cdfed2de7a76191db19 100644 (file)
@@ -39,7 +39,7 @@
 #include <bits/c++config.h>
 
 #pragma GCC system_header
-#include_next <stdlib.h>
+#include <stdlib.h>
 
 namespace std 
 {
index 252693b40d487b560cfd560c5bfbd46e9f650b77..581c7a72863d5915464ece3374c82decb829cde4 100644 (file)
@@ -39,7 +39,7 @@
 #include <bits/c++config.h>
 
 #pragma GCC system_header
-#include_next <string.h>
+#include <string.h>
 
 namespace std 
 {
index 8c700e699f21bd4d7a5810568a77f1814d2fc3ca..f340c8e4b92c77096c6c5db0ff5818da975b457b 100644 (file)
@@ -37,7 +37,7 @@
 #define _CPP_CTIME 1
 
 #pragma GCC system_header
-#include_next <time.h>
+#include <time.h>
 
 namespace std
 {
index 3a389e7f6f3855ffe492b2e6e6c0f5e14544e398..c9ccc86b7c2d4e00d4e1b39246d05d22181de6bf 100644 (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
index 1fdf960a7bdb4222b73d5a93d30de88080423fc4..fda9f45940278d6282d2e20021e13dfc688cf2c6 100644 (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