Commit 1143680e by Steve Ellcey Committed by Steve Ellcey

cmath.tcc: Use _GLIBCXX_ prefix on file guard.

	* include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
	* include/c_std/std_cctype.h: Ditto.
	* include/c_std/std_cerrno.h: Ditto.
	* include/c_std/std_cfloat.h: Ditto.
	* include/c_std/std_climits.h: Ditto.
	* include/c_std/std_clocale.h: Ditto.
	* include/c_std/std_cmath.h: Ditto.
	* include/c_std/std_csetjmp.h: Ditto.
	* include/c_std/std_csignal.h: Ditto.
	* include/c_std/std_cstdarg.h: Ditto.
	* include/c_std/std_cstddef.h: Ditto.
	* include/c_std/std_cstdio.h: Ditto.
	* include/c_std/std_cstdlib.h: Ditto.
	* include/c_std/std_cstring.h: Ditto.
	* include/c_std/std_ctime.h: Ditto.
	* include/c_std/std_cwchar.h: Ditto.
	* include/c_std/std_cwctype.h: Ditto.
	* include/std/std_algorithm.h: Ditto.
	* include/std/std_bitset.h: Ditto.
	* include/std/std_complex.h: Ditto.
	* include/std/std_deque.h: Ditto.
	* include/std/std_fstream.h: Ditto.
	* include/std/std_functional.h: Ditto.
	* include/std/std_iomanip.h: Ditto.
	* include/std/std_ios.h: Ditto.
	* include/std/std_iosfwd.h: Ditto.
	* include/std/std_iostream.h: Ditto.
	* include/std/std_istream.h: Ditto.
	* include/std/std_iterator.h: Ditto.
	* include/std/std_limits.h: Ditto.
	* include/std/std_list.h: Ditto.
	* include/std/std_locale.h: Ditto.
	* include/std/std_map.h: Ditto.
	* include/std/std_memory.h: Ditto.
	* include/std/std_numeric.h: Ditto.
	* include/std/std_ostream.h: Ditto.
	* include/std/std_queue.h: Ditto.
	* include/std/std_set.h: Ditto.
	* include/std/std_sstream.h: Ditto.
	* include/std/std_stack.h: Ditto.
	* include/std/std_stdexcept.h: Ditto.
	* include/std/std_streambuf.h: Ditto.
	* include/std/std_string.h: Ditto.
	* include/std/std_utility.h: Ditto.
	* include/std/std_valarray.h: Ditto.
	* include/std/std_vector.h: Ditto.

From-SVN: r69705
parent 20da8c21
2003-07-23 Steve Ellcey <sje@cup.hp.com>
* include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
* include/c_std/std_cctype.h: Ditto.
* include/c_std/std_cerrno.h: Ditto.
* include/c_std/std_cfloat.h: Ditto.
* include/c_std/std_climits.h: Ditto.
* include/c_std/std_clocale.h: Ditto.
* include/c_std/std_cmath.h: Ditto.
* include/c_std/std_csetjmp.h: Ditto.
* include/c_std/std_csignal.h: Ditto.
* include/c_std/std_cstdarg.h: Ditto.
* include/c_std/std_cstddef.h: Ditto.
* include/c_std/std_cstdio.h: Ditto.
* include/c_std/std_cstdlib.h: Ditto.
* include/c_std/std_cstring.h: Ditto.
* include/c_std/std_ctime.h: Ditto.
* include/c_std/std_cwchar.h: Ditto.
* include/c_std/std_cwctype.h: Ditto.
* include/std/std_algorithm.h: Ditto.
* include/std/std_bitset.h: Ditto.
* include/std/std_complex.h: Ditto.
* include/std/std_deque.h: Ditto.
* include/std/std_fstream.h: Ditto.
* include/std/std_functional.h: Ditto.
* include/std/std_iomanip.h: Ditto.
* include/std/std_ios.h: Ditto.
* include/std/std_iosfwd.h: Ditto.
* include/std/std_iostream.h: Ditto.
* include/std/std_istream.h: Ditto.
* include/std/std_iterator.h: Ditto.
* include/std/std_limits.h: Ditto.
* include/std/std_list.h: Ditto.
* include/std/std_locale.h: Ditto.
* include/std/std_map.h: Ditto.
* include/std/std_memory.h: Ditto.
* include/std/std_numeric.h: Ditto.
* include/std/std_ostream.h: Ditto.
* include/std/std_queue.h: Ditto.
* include/std/std_set.h: Ditto.
* include/std/std_sstream.h: Ditto.
* include/std/std_stack.h: Ditto.
* include/std/std_stdexcept.h: Ditto.
* include/std/std_streambuf.h: Ditto.
* include/std/std_string.h: Ditto.
* include/std/std_utility.h: Ditto.
* include/std/std_valarray.h: Ditto.
* include/std/std_vector.h: Ditto.
2003-07-22 Doug Gregor <dgregor@apple.com> 2003-07-22 Doug Gregor <dgregor@apple.com>
* include/bits/basic_string.h (basic_string::insert): Deprecate * include/bits/basic_string.h (basic_string::insert): Deprecate
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
// This file was written by Gabriel Dos Reis <gdr@codesourcery.com> // This file was written by Gabriel Dos Reis <gdr@codesourcery.com>
#ifndef _CMATH_TCC #ifndef _GLIBCXX_CMATH_TCC
#define _CMATH_TCC 1 #define _GLIBCXX_CMATH_TCC 1
namespace std namespace std
{ {
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CCTYPE #ifndef _GLIBCXX_CCTYPE
#define _CCTYPE 1 #define _GLIBCXX_CCTYPE 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CERRNO #ifndef _GLIBCXX_CERRNO
#define _CERRNO 1 #define _GLIBCXX_CERRNO 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CFLOAT #ifndef _GLIBCXX_CFLOAT
#define _CFLOAT 1 #define _GLIBCXX_CFLOAT 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CLIMITS #ifndef _GLIBCXX_CLIMITS
#define _CLIMITS 1 #define _GLIBCXX_CLIMITS 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CLOCALE #ifndef _GLIBCXX_CLOCALE
#define _CLOCALE 1 #define _GLIBCXX_CLOCALE 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CMATH #ifndef _GLIBCXX_CMATH
#define _CMATH 1 #define _GLIBCXX_CMATH 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSETJMP #ifndef _GLIBCXX_CSETJMP
#define _CSETJMP 1 #define _GLIBCXX_CSETJMP 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSIGNAL #ifndef _GLIBCXX_CSIGNAL
#define _CSIGNAL 1 #define _GLIBCXX_CSIGNAL 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSTDARG #ifndef _GLIBCXX_CSTDARG
#define _CSTDARG 1 #define _GLIBCXX_CSTDARG 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSTDDEF #ifndef _GLIBCXX_CSTDDEF
#define _CSTDDEF 1 #define _GLIBCXX_CSTDDEF 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSTDIO #ifndef _GLIBCXX_CSTDIO
#define _CSTDIO 1 #define _GLIBCXX_CSTDIO 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSTDLIB #ifndef _GLIBCXX_CSTDLIB
#define _CSTDLIB 1 #define _GLIBCXX_CSTDLIB 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CSTRING #ifndef _GLIBCXX_CSTRING
#define _CSTRING 1 #define _GLIBCXX_CSTRING 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CTIME #ifndef _GLIBCXX_CTIME
#define _CTIME 1 #define _GLIBCXX_CTIME 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CWCHAR #ifndef _GLIBCXX_CWCHAR
#define _CWCHAR 1 #define _GLIBCXX_CWCHAR 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
* contained in the namespace @c std. * contained in the namespace @c std.
*/ */
#ifndef _CWCTYPE #ifndef _GLIBCXX_CWCTYPE
#define _CWCTYPE 1 #define _GLIBCXX_CWCTYPE 1
#pragma GCC system_header #pragma GCC system_header
......
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _ALGORITHM #ifndef _GLIBCXX_ALGORITHM
#define _ALGORITHM 1 #define _GLIBCXX_ALGORITHM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include <bits/stl_uninitialized.h> #include <bits/stl_uninitialized.h>
#include <bits/stl_algo.h> #include <bits/stl_algo.h>
#endif /* _ALGORITHM */ #endif /* _GLIBCXX_ALGORITHM */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _BITSET #ifndef _GLIBCXX_BITSET
#define _BITSET 1 #define _GLIBCXX_BITSET 1
#pragma GCC system_header #pragma GCC system_header
...@@ -1212,4 +1212,4 @@ namespace std ...@@ -1212,4 +1212,4 @@ namespace std
#undef _GLIBCXX_BITSET_WORDS #undef _GLIBCXX_BITSET_WORDS
#undef _GLIBCXX_BITSET_BITS_PER_WORD #undef _GLIBCXX_BITSET_BITS_PER_WORD
#endif /* _BITSET */ #endif /* _GLIBCXX_BITSET */
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _COMPLEX #ifndef _GLIBCXX_COMPLEX
#define _COMPLEX 1 #define _GLIBCXX_COMPLEX 1
#pragma GCC system_header #pragma GCC system_header
...@@ -1062,4 +1062,4 @@ namespace std ...@@ -1062,4 +1062,4 @@ namespace std
: _M_value(_ComplexT(__z._M_value)) { } : _M_value(_ComplexT(__z._M_value)) { }
} // namespace std } // namespace std
#endif /* _COMPLEX */ #endif /* _GLIBCXX_COMPLEX */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _DEQUE #ifndef _GLIBCXX_DEQUE
#define _DEQUE 1 #define _GLIBCXX_DEQUE 1
#pragma GCC system_header #pragma GCC system_header
...@@ -74,5 +74,4 @@ ...@@ -74,5 +74,4 @@
# include <bits/deque.tcc> # include <bits/deque.tcc>
#endif #endif
#endif /* _DEQUE */ #endif /* _GLIBCXX_DEQUE */
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _FSTREAM #ifndef _GLIBCXX_FSTREAM
#define _FSTREAM 1 #define _GLIBCXX_FSTREAM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -827,4 +827,4 @@ namespace std ...@@ -827,4 +827,4 @@ namespace std
# include <bits/fstream.tcc> # include <bits/fstream.tcc>
#endif #endif
#endif #endif /* _GLIBCXX_FSTREAM */
...@@ -46,15 +46,15 @@ ...@@ -46,15 +46,15 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _FUNCTIONAL #ifndef _GLIBCXX_FUNCTIONAL
#define _FUNCTIONAL 1 #define _GLIBCXX_FUNCTIONAL 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/c++config.h> #include <bits/c++config.h>
#include <cstddef> #include <cstddef>
#include <bits/stl_function.h> #include <bits/stl_function.h>
#endif /* _FUNCTIONAL */ #endif /* _GLIBCXX_FUNCTIONAL */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _IOMANIP #ifndef _GLIBCXX_IOMANIP
#define _IOMANIP 1 #define _GLIBCXX_IOMANIP 1
#pragma GCC system_header #pragma GCC system_header
...@@ -297,4 +297,4 @@ namespace std ...@@ -297,4 +297,4 @@ namespace std
#endif #endif
} // namespace std } // namespace std
#endif #endif /* _GLIBCXX_IOMANIP */
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _IOS #ifndef _GLIBCXX_IOS
#define _IOS 1 #define _GLIBCXX_IOS 1
#pragma GCC system_header #pragma GCC system_header
...@@ -50,5 +50,4 @@ ...@@ -50,5 +50,4 @@
#include <streambuf> #include <streambuf>
#include <bits/basic_ios.h> #include <bits/basic_ios.h>
#endif /* _IOS */ #endif /* _GLIBCXX_IOS */
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _IOSFWD #ifndef _GLIBCXX_IOSFWD
#define _IOSFWD 1 #define _GLIBCXX_IOSFWD 1
#pragma GCC system_header #pragma GCC system_header
...@@ -165,4 +165,4 @@ namespace std ...@@ -165,4 +165,4 @@ namespace std
/** @} */ /** @} */
} // namespace std } // namespace std
#endif #endif /* _GLIBCXX_IOSFWD */
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _IOSTREAM #ifndef _GLIBCXX_IOSTREAM
#define _IOSTREAM 1 #define _GLIBCXX_IOSTREAM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -77,4 +77,4 @@ namespace std ...@@ -77,4 +77,4 @@ namespace std
static ios_base::Init __ioinit; static ios_base::Init __ioinit;
} // namespace std } // namespace std
#endif #endif /* _GLIBCXX_IOSTREAM */
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _ISTREAM #ifndef _GLIBCXX_ISTREAM
#define _ISTREAM 1 #define _GLIBCXX_ISTREAM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -775,4 +775,4 @@ namespace std ...@@ -775,4 +775,4 @@ namespace std
# include <bits/istream.tcc> # include <bits/istream.tcc>
#endif #endif
#endif /* _ISTREAM */ #endif /* _GLIBCXX_ISTREAM */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _ITERATOR #ifndef _GLIBCXX_ITERATOR
#define _ITERATOR 1 #define _GLIBCXX_ITERATOR 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/c++config.h> #include <bits/c++config.h>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#include <bits/stream_iterator.h> #include <bits/stream_iterator.h>
#include <bits/streambuf_iterator.h> #include <bits/streambuf_iterator.h>
#endif /* _ITERATOR */ #endif /* _GLIBCXX_ITERATOR */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _NUMERIC_LIMITS #ifndef _GLIBCXX_NUMERIC_LIMITS
#define _NUMERIC_LIMITS 1 #define _GLIBCXX_NUMERIC_LIMITS 1
#pragma GCC system_header #pragma GCC system_header
...@@ -1140,4 +1140,4 @@ namespace std ...@@ -1140,4 +1140,4 @@ namespace std
#undef __glibcxx_digits #undef __glibcxx_digits
#undef __glibcxx_digits10 #undef __glibcxx_digits10
#endif // _NUMERIC_LIMITS #endif // _GLIBCXX_NUMERIC_LIMITS
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _LIST #ifndef _GLIBCXX_LIST
#define _LIST 1 #define _GLIBCXX_LIST 1
#pragma GCC system_header #pragma GCC system_header
...@@ -74,5 +74,5 @@ ...@@ -74,5 +74,5 @@
# include <bits/list.tcc> # include <bits/list.tcc>
#endif #endif
#endif /* _LIST */ #endif /* _GLIBCXX_LIST */
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _LOCALE #ifndef _GLIBCXX_LOCALE
#define _LOCALE 1 #define _GLIBCXX_LOCALE 1
#pragma GCC system_header #pragma GCC system_header
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
#include <bits/locale_facets.h> #include <bits/locale_facets.h>
#include <bits/locale_facets.tcc> #include <bits/locale_facets.tcc>
#endif #endif /* _GLIBCXX_LOCALE */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _MAP #ifndef _GLIBCXX_MAP
#define _MAP 1 #define _GLIBCXX_MAP 1
#pragma GCC system_header #pragma GCC system_header
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
#include <bits/stl_map.h> #include <bits/stl_map.h>
#include <bits/stl_multimap.h> #include <bits/stl_multimap.h>
#endif /* _MAP */ #endif /* _GLIBCXX_MAP */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _MEMORY #ifndef _GLIBCXX_MEMORY
#define _MEMORY 1 #define _GLIBCXX_MEMORY 1
#pragma GCC system_header #pragma GCC system_header
...@@ -355,4 +355,4 @@ namespace std ...@@ -355,4 +355,4 @@ namespace std
}; };
} // namespace std } // namespace std
#endif #endif /* _GLIBCXX_MEMORY */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _NUMERIC #ifndef _GLIBCXX_NUMERIC
#define _NUMERIC 1 #define _GLIBCXX_NUMERIC 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/c++config.h> #include <bits/c++config.h>
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include <bits/stl_function.h> #include <bits/stl_function.h>
#include <bits/stl_numeric.h> #include <bits/stl_numeric.h>
#endif /* _NUMERIC */ #endif /* _GLIBCXX_NUMERIC */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _OSTREAM #ifndef _GLIBCXX_OSTREAM
#define _OSTREAM 1 #define _GLIBCXX_OSTREAM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -548,4 +548,4 @@ namespace std ...@@ -548,4 +548,4 @@ namespace std
# include <bits/ostream.tcc> # include <bits/ostream.tcc>
#endif #endif
#endif /* _OSTREAM */ #endif /* _GLIBCXX_OSTREAM */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _QUEUE #ifndef _GLIBCXX_QUEUE
#define _QUEUE 1 #define _GLIBCXX_QUEUE 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/c++config.h> #include <bits/c++config.h>
...@@ -79,4 +79,4 @@ ...@@ -79,4 +79,4 @@
# include <bits/vector.tcc> # include <bits/vector.tcc>
#endif #endif
#endif /* _QUEUE */ #endif /* _GLIBCXX_QUEUE */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _SET #ifndef _GLIBCXX_SET
#define _SET 1 #define _GLIBCXX_SET 1
#pragma GCC system_header #pragma GCC system_header
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
#include <bits/stl_set.h> #include <bits/stl_set.h>
#include <bits/stl_multiset.h> #include <bits/stl_multiset.h>
#endif /* _SET */ #endif /* _GLIBCXX_SET */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _SSTREAM #ifndef _GLIBCXX_SSTREAM
#define _SSTREAM 1 #define _GLIBCXX_SSTREAM 1
#pragma GCC system_header #pragma GCC system_header
...@@ -648,4 +648,4 @@ namespace std ...@@ -648,4 +648,4 @@ namespace std
# include <bits/sstream.tcc> # include <bits/sstream.tcc>
#endif #endif
#endif #endif /* _GLIBCXX_SSTREAM */
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _STACK #ifndef _GLIBCXX_STACK
#define _STACK 1 #define _GLIBCXX_STACK 1
#pragma GCC system_header #pragma GCC system_header
...@@ -74,4 +74,4 @@ ...@@ -74,4 +74,4 @@
# include <bits/deque.tcc> # include <bits/deque.tcc>
#endif #endif
#endif /* _STACK */ #endif /* _GLIBCXX_STACK */
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _STDEXCEPT #ifndef _GLIBCXX_STDEXCEPT
#define _STDEXCEPT 1 #define _GLIBCXX_STDEXCEPT 1
#pragma GCC system_header #pragma GCC system_header
...@@ -145,4 +145,4 @@ namespace std ...@@ -145,4 +145,4 @@ namespace std
}; };
} // namespace std } // namespace std
#endif // _STDEXCEPT #endif /* _GLIBCXX_STDEXCEPT */
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _STREAMBUF #ifndef _CLIBXX_STREAMBUF
#define _STREAMBUF 1 #define _CLIBXX_STREAMBUF 1
#pragma GCC system_header #pragma GCC system_header
...@@ -784,4 +784,4 @@ namespace std ...@@ -784,4 +784,4 @@ namespace std
#include <bits/streambuf.tcc> #include <bits/streambuf.tcc>
#endif #endif
#endif #endif /* _GLIBCXX_STREAMBUF */
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _STRING #ifndef _GLIBCXX_STRING
#define _STRING 1 #define _GLIBCXX_STRING 1
#pragma GCC system_header #pragma GCC system_header
...@@ -57,5 +57,4 @@ ...@@ -57,5 +57,4 @@
# include <bits/basic_string.tcc> # include <bits/basic_string.tcc>
#endif #endif
#endif /* _STRING */ #endif /* _GLIBCXX_STRING */
...@@ -58,15 +58,15 @@ ...@@ -58,15 +58,15 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _UTILITY #ifndef _GLIBCXX_UTILITY
#define _UTILITY 1 #define _GLIBCXX_UTILITY 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/c++config.h> #include <bits/c++config.h>
#include <bits/stl_relops.h> #include <bits/stl_relops.h>
#include <bits/stl_pair.h> #include <bits/stl_pair.h>
#endif /* _UTILITY */ #endif /* _GLIBCXX_UTILITY */
// Local Variables: // Local Variables:
// mode:C++ // mode:C++
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _VALARRAY #ifndef _GLIBCXX_VALARRAY
#define _VALARRAY 1 #define _GLIBCXX_VALARRAY 1
#pragma GCC system_header #pragma GCC system_header
...@@ -689,7 +689,7 @@ _DEFINE_BINARY_OPERATOR(>=, __greater_equal) ...@@ -689,7 +689,7 @@ _DEFINE_BINARY_OPERATOR(>=, __greater_equal)
} // namespace std } // namespace std
#endif // _VALARRAY #endif /* _GLIBCXX_VALARRAY */
// Local Variables: // Local Variables:
// mode:c++ // mode:c++
......
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files. * in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/ */
#ifndef _VECTOR #ifndef _GLIBCXX_VECTOR
#define _VECTOR 1 #define _GLIBCXX_VECTOR 1
#pragma GCC system_header #pragma GCC system_header
...@@ -75,5 +75,5 @@ ...@@ -75,5 +75,5 @@
# include <bits/vector.tcc> # include <bits/vector.tcc>
#endif #endif
#endif /* _VECTOR */ #endif /* _GLIBCXX_VECTOR */
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