2001-09-04 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 21:42:24 +0000 (21:42 +0000)
* include/c_std/bits/std_c*.h: Don't use include_next.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45387 138bc75d-0d04-0410-961f-82ee72b054a4

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 8d9a008..18c48e1 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 533f2e2..b0e1f13 100644 (file)
@@ -34,7 +34,7 @@
 // No include guards on this header...
 
 #pragma GCC system_header
-#include_next <assert.h>
+#include <assert.h>
 
 
 
index aa120b0..189f4f5 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 cb5a94f..7f1cdf6 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 0dfdd2e..80f5ea5 100644 (file)
@@ -35,6 +35,6 @@
 #define _CPP_CFLOAT 1
 
 #pragma GCC system_header
-#include_next <float.h>
+#include <float.h>
 
 #endif
index 1eb8c0b..48f6acf 100644 (file)
@@ -35,6 +35,6 @@
 #define _CPP_CLIMITS   1
 
 #pragma GCC system_header
-#include_next <limits.h>
+#include <limits.h>
 
 #endif
index eace7a0..02eb8fc 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 d43256c..fedc5fb 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 73648ae..5db98e7 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 f30d9e0..818e7bb 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 c327520..58faa3b 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 79c89a6..deb2db4 100644 (file)
@@ -35,7 +35,7 @@
 #define _CPP_CSTDDEF 1
 
 #pragma GCC system_header
-#include_next <stddef.h>
+#include <stddef.h>
 
 namespace std 
 {
index 03d8221..a4c67d2 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 d123b8d..b67ce44 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 5ad06ee..ab6a6a6 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 b97c046..a9051b4 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 fffd37a..b19cfea 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 53de4d3..39ae076 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