]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cmath.tcc: Use _GLIBCXX_ prefix on file guard.
authorSteve Ellcey <sje@cup.hp.com>
Wed, 23 Jul 2003 15:28:44 +0000 (15:28 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 23 Jul 2003 15:28:44 +0000 (15:28 +0000)
* 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

47 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/cmath.tcc
libstdc++-v3/include/c_std/std_cctype.h
libstdc++-v3/include/c_std/std_cerrno.h
libstdc++-v3/include/c_std/std_cfloat.h
libstdc++-v3/include/c_std/std_climits.h
libstdc++-v3/include/c_std/std_clocale.h
libstdc++-v3/include/c_std/std_cmath.h
libstdc++-v3/include/c_std/std_csetjmp.h
libstdc++-v3/include/c_std/std_csignal.h
libstdc++-v3/include/c_std/std_cstdarg.h
libstdc++-v3/include/c_std/std_cstddef.h
libstdc++-v3/include/c_std/std_cstdio.h
libstdc++-v3/include/c_std/std_cstdlib.h
libstdc++-v3/include/c_std/std_cstring.h
libstdc++-v3/include/c_std/std_ctime.h
libstdc++-v3/include/c_std/std_cwchar.h
libstdc++-v3/include/c_std/std_cwctype.h
libstdc++-v3/include/std/std_algorithm.h
libstdc++-v3/include/std/std_bitset.h
libstdc++-v3/include/std/std_complex.h
libstdc++-v3/include/std/std_deque.h
libstdc++-v3/include/std/std_fstream.h
libstdc++-v3/include/std/std_functional.h
libstdc++-v3/include/std/std_iomanip.h
libstdc++-v3/include/std/std_ios.h
libstdc++-v3/include/std/std_iosfwd.h
libstdc++-v3/include/std/std_iostream.h
libstdc++-v3/include/std/std_istream.h
libstdc++-v3/include/std/std_iterator.h
libstdc++-v3/include/std/std_limits.h
libstdc++-v3/include/std/std_list.h
libstdc++-v3/include/std/std_locale.h
libstdc++-v3/include/std/std_map.h
libstdc++-v3/include/std/std_memory.h
libstdc++-v3/include/std/std_numeric.h
libstdc++-v3/include/std/std_ostream.h
libstdc++-v3/include/std/std_queue.h
libstdc++-v3/include/std/std_set.h
libstdc++-v3/include/std/std_sstream.h
libstdc++-v3/include/std/std_stack.h
libstdc++-v3/include/std/std_stdexcept.h
libstdc++-v3/include/std/std_streambuf.h
libstdc++-v3/include/std/std_string.h
libstdc++-v3/include/std/std_utility.h
libstdc++-v3/include/std/std_valarray.h
libstdc++-v3/include/std/std_vector.h

index a0c6a8ad19fc48935ab035f50595be48004b2da6..fcbbee7f0ea4e03609b458184c2bba40af35f98f 100644 (file)
@@ -1,3 +1,52 @@
+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>
 
        * include/bits/basic_string.h (basic_string::insert): Deprecate
index be7502d3c463df89d1a2cd38711f10099ced4ed7..2132548e31f854f7a5dac5d79bcafc07d8a3b242 100644 (file)
@@ -29,8 +29,8 @@
 
 // This file was written by Gabriel Dos Reis <gdr@codesourcery.com>
 
-#ifndef _CMATH_TCC
-#define _CMATH_TCC 1
+#ifndef _GLIBCXX_CMATH_TCC
+#define _GLIBCXX_CMATH_TCC 1
 
 namespace std 
 {
index 8b903eaf76ac4762f0b5763bcdbd4aa6dbec5fa4..02978622d828f36d1f4239cfabfe121a080af37e 100644 (file)
@@ -40,8 +40,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CCTYPE
-#define _CCTYPE 1
+#ifndef _GLIBCXX_CCTYPE
+#define _GLIBCXX_CCTYPE 1
 
 #pragma GCC system_header
 
index b9a0743e79a29487d2bf81530168aa508f912cca..7915e14ba270f5ec41930a8e389725409b3c00d4 100644 (file)
@@ -40,8 +40,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CERRNO
-#define _CERRNO 1
+#ifndef _GLIBCXX_CERRNO
+#define _GLIBCXX_CERRNO 1
 
 #pragma GCC system_header
 
index ab7283e7802af78529384b36f53db6ec66f6d08b..4c5bb00f2042490325bc37e9b0c0d22a489616c7 100644 (file)
@@ -40,8 +40,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CFLOAT
-#define _CFLOAT 1
+#ifndef _GLIBCXX_CFLOAT
+#define _GLIBCXX_CFLOAT 1
 
 #pragma GCC system_header
 
index 7f2b0125f23686e3e40c25892aea8b35d61e3a84..f4e1d8f77fa8217338015d04022e35ee6cf6685a 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CLIMITS
-#define _CLIMITS 1
+#ifndef _GLIBCXX_CLIMITS
+#define _GLIBCXX_CLIMITS 1
 
 #pragma GCC system_header
 
index c6a882b6fe104640acfb83e80e0d728d51f26aab..988b84924af5ff8a0077db98ca91b96180fafef2 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CLOCALE
-#define _CLOCALE 1
+#ifndef _GLIBCXX_CLOCALE
+#define _GLIBCXX_CLOCALE 1
 
 #pragma GCC system_header
 
index b34e172167cc135c5369c04d1888d13f2aca6aa3..d6c72e474f5619f31628a7c32f02e89903f8988f 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CMATH
-#define _CMATH 1
+#ifndef _GLIBCXX_CMATH
+#define _GLIBCXX_CMATH 1
 
 #pragma GCC system_header
 
index c5b9119e0b85ad076d89c4f2f14c6b9c8b785cd4..d5fe073f0fc52efa96502085d2c34e17eb3643f3 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSETJMP
-#define _CSETJMP 1
+#ifndef _GLIBCXX_CSETJMP
+#define _GLIBCXX_CSETJMP 1
 
 #pragma GCC system_header
 
index 8be03f05f4cd22191f034538cb9a8723d4187ccd..5734cf6d29a4df43b60932da6d7b6f6af722f12b 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSIGNAL
-#define _CSIGNAL 1
+#ifndef _GLIBCXX_CSIGNAL
+#define _GLIBCXX_CSIGNAL 1
 
 #pragma GCC system_header
 
index 52979dffa6ccd3a867a4fd3bb594c5432f18fdea..ca362e4b412f61ce06db5fcbb434fec101ba7528 100644 (file)
@@ -40,8 +40,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSTDARG
-#define _CSTDARG 1
+#ifndef _GLIBCXX_CSTDARG
+#define _GLIBCXX_CSTDARG 1
 
 #pragma GCC system_header
 
index b7e56100196bc447cfef9cfe5ce1112d9ef41f27..a171c5a97655906c0066d8e8db699daffcdb8ab3 100644 (file)
@@ -40,8 +40,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSTDDEF
-#define _CSTDDEF 1
+#ifndef _GLIBCXX_CSTDDEF
+#define _GLIBCXX_CSTDDEF 1
 
 #pragma GCC system_header
 
index 732da5f9461b78fec6b14f32d5c2263939d2eb95..331dc15b0f7ce9509e897950b9ba67fa98b73e77 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSTDIO
-#define _CSTDIO 1
+#ifndef _GLIBCXX_CSTDIO
+#define _GLIBCXX_CSTDIO 1
 
 #pragma GCC system_header
 
index 5cac120edfd5df6dee31aa60bf8946e3c3729d2f..c942efb8a62c734942199375f5ce8643f7166259 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSTDLIB
-#define _CSTDLIB 1
+#ifndef _GLIBCXX_CSTDLIB
+#define _GLIBCXX_CSTDLIB 1
 
 #pragma GCC system_header
 
index 934e491def64cf7e5469434f1e16681124b17d71..4436db6924053f5c0679e094519fca429083e91b 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CSTRING
-#define _CSTRING 1
+#ifndef _GLIBCXX_CSTRING
+#define _GLIBCXX_CSTRING 1
 
 #pragma GCC system_header
 
index b7ed90698a23e46f7c46b5f3d7c698108d1810bc..fe890dfd580c01dfd7839fa87598083f345a662b 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CTIME
-#define _CTIME 1
+#ifndef _GLIBCXX_CTIME
+#define _GLIBCXX_CTIME 1
 
 #pragma GCC system_header
 
index b9e0965ce8e022efe6dac624d4d0a65f3dcc5b51..8a20a7128628c31ff06429c2f5bba0c0b57460c6 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CWCHAR
-#define _CWCHAR 1
+#ifndef _GLIBCXX_CWCHAR
+#define _GLIBCXX_CWCHAR 1
 
 #pragma GCC system_header
 
index f7639ed38430272f55352a886da6dfd3ef70b8bd..fbd2eabdbcd812b8f5c7fdc8d90962ff7ff76be7 100644 (file)
@@ -41,8 +41,8 @@
  *  contained in the namespace @c std.
  */
 
-#ifndef _CWCTYPE
-#define _CWCTYPE 1
+#ifndef _GLIBCXX_CWCTYPE
+#define _GLIBCXX_CWCTYPE 1
 
 #pragma GCC system_header
 
index c7837b4fdb5316a9a3365ef3e8a31e2132092e03..1d81201bc7db3585321a9009b07e3bf117e3540a 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _ALGORITHM
-#define _ALGORITHM 1
+#ifndef _GLIBCXX_ALGORITHM
+#define _GLIBCXX_ALGORITHM 1
 
 #pragma GCC system_header
 
@@ -68,7 +68,7 @@
 #include <bits/stl_uninitialized.h>
 #include <bits/stl_algo.h>
 
-#endif /* _ALGORITHM */
+#endif /* _GLIBCXX_ALGORITHM */
 
 // Local Variables:
 // mode:C++
index 66ba295402045aa85ed1c496e5ac6550694032b8..ab4ca236bd7f33b4dfa6569f21b9324f71cbed98 100644 (file)
@@ -45,8 +45,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _BITSET
-#define _BITSET 1
+#ifndef _GLIBCXX_BITSET
+#define _GLIBCXX_BITSET 1
 
 #pragma GCC system_header
 
@@ -1212,4 +1212,4 @@ namespace std
 #undef _GLIBCXX_BITSET_WORDS
 #undef _GLIBCXX_BITSET_BITS_PER_WORD
 
-#endif /* _BITSET */
+#endif /* _GLIBCXX_BITSET */
index 94c30a2cde68d14b82d047c3908e34aacd3593cb..4978d5a8f15388edebfc0ae50405641629077909 100644 (file)
@@ -40,8 +40,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _COMPLEX
-#define _COMPLEX 1
+#ifndef _GLIBCXX_COMPLEX
+#define _GLIBCXX_COMPLEX 1
 
 #pragma GCC system_header
 
@@ -1062,4 +1062,4 @@ namespace std
   : _M_value(_ComplexT(__z._M_value)) { }
 } // namespace std
 
-#endif /* _COMPLEX */
+#endif /* _GLIBCXX_COMPLEX */
index 588c7c5576fd31d63d01e0a7e13dccabd712e573..7ebf9c71a5bd214ae022a729ac057608c533498f 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _DEQUE
-#define _DEQUE 1
+#ifndef _GLIBCXX_DEQUE
+#define _GLIBCXX_DEQUE 1
 
 #pragma GCC system_header
 
@@ -74,5 +74,4 @@
 #  include <bits/deque.tcc>
 #endif
 
-#endif /* _DEQUE */
-
+#endif /* _GLIBCXX_DEQUE */
index ca4171c89ba1ae5cdf50001fb731d9363e521eae..4d1d655f1b16db63af86d517adc59d33aabd6a32 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _FSTREAM
-#define _FSTREAM 1
+#ifndef _GLIBCXX_FSTREAM
+#define _GLIBCXX_FSTREAM 1
 
 #pragma GCC system_header
 
@@ -827,4 +827,4 @@ namespace std
 # include <bits/fstream.tcc>
 #endif
 
-#endif
+#endif /* _GLIBCXX_FSTREAM */
index 0d438589922f2c3027a4ca194e90342b3a622f78..0330eda8e141ec9f0118b19fb1f77bc720ff07b9 100644 (file)
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _FUNCTIONAL
-#define _FUNCTIONAL 1
+#ifndef _GLIBCXX_FUNCTIONAL
+#define _GLIBCXX_FUNCTIONAL 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
 #include <cstddef>
 #include <bits/stl_function.h>
 
-#endif /* _FUNCTIONAL */
+#endif /* _GLIBCXX_FUNCTIONAL */
 
 // Local Variables:
 // mode:C++
index 3adb0dd2bf281a56dbdcb10356befbc211c64020..0d965c28bf956f96edd4d5a54b1c1e64a4e063da 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _IOMANIP
-#define _IOMANIP 1
+#ifndef _GLIBCXX_IOMANIP
+#define _GLIBCXX_IOMANIP 1
 
 #pragma GCC system_header
 
@@ -297,4 +297,4 @@ namespace std
 #endif
 } // namespace std
 
-#endif 
+#endif /* _GLIBCXX_IOMANIP */
index 76d10d759ae540beeab8287fffdf7ba4ecf1b827..596458f1ede42d25d073830ff0e3eaf0269701ed 100644 (file)
@@ -36,8 +36,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _IOS
-#define _IOS 1
+#ifndef _GLIBCXX_IOS
+#define _GLIBCXX_IOS 1
 
 #pragma GCC system_header
 
@@ -50,5 +50,4 @@
 #include <streambuf> 
 #include <bits/basic_ios.h>
 
-#endif /* _IOS */
-
+#endif /* _GLIBCXX_IOS */
index a4877ef1677e8f68d5d032d9e12d7c02eb2ad5ba..0d275a77e279a29e5eb748e1f1fb99943e613334 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _IOSFWD
-#define _IOSFWD 1
+#ifndef _GLIBCXX_IOSFWD
+#define _GLIBCXX_IOSFWD 1
 
 #pragma GCC system_header
 
@@ -165,4 +165,4 @@ namespace std
   /** @}  */
 } // namespace std
 
-#endif
+#endif /* _GLIBCXX_IOSFWD */
index 4b025f7287c13a10e6b77a4df79e9ba8e1d3287d..f5049db4a911185ca35c368f5a1ab932033af0fe 100644 (file)
@@ -36,8 +36,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _IOSTREAM
-#define _IOSTREAM 1
+#ifndef _GLIBCXX_IOSTREAM
+#define _GLIBCXX_IOSTREAM 1
 
 #pragma GCC system_header
 
@@ -77,4 +77,4 @@ namespace std
   static ios_base::Init __ioinit;
 } // namespace std
 
-#endif
+#endif /* _GLIBCXX_IOSTREAM */
index a8621f6c15fa6521e735200d1e0b7ff753c09732..e27c4f6f7dfa7c9e45f077709d629db812aef379 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _ISTREAM
-#define _ISTREAM 1
+#ifndef _GLIBCXX_ISTREAM
+#define _GLIBCXX_ISTREAM 1
 
 #pragma GCC system_header
 
@@ -775,4 +775,4 @@ namespace std
 # include <bits/istream.tcc>
 #endif
 
-#endif /* _ISTREAM */
+#endif /* _GLIBCXX_ISTREAM */
index 2936cda86acc1dfa82449a6d012cce3e21a09ae1..3da3e90a414e0e36b3b9ec615193553139d252bb 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _ITERATOR
-#define _ITERATOR 1
+#ifndef _GLIBCXX_ITERATOR
+#define _GLIBCXX_ITERATOR 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
@@ -72,7 +72,7 @@
 #include <bits/stream_iterator.h>
 #include <bits/streambuf_iterator.h>
 
-#endif /* _ITERATOR */
+#endif /* _GLIBCXX_ITERATOR */
 
 // Local Variables:
 // mode:C++
index efd55e417bece7e26d0ec8949ff9e831255beb9a..7f96647f95def60008a4f4603eeb9db8fd8a2dce 100644 (file)
@@ -40,8 +40,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _NUMERIC_LIMITS
-#define _NUMERIC_LIMITS 1
+#ifndef _GLIBCXX_NUMERIC_LIMITS
+#define _GLIBCXX_NUMERIC_LIMITS 1
 
 #pragma GCC system_header
 
@@ -1140,4 +1140,4 @@ namespace std
 #undef __glibcxx_digits
 #undef __glibcxx_digits10
 
-#endif // _NUMERIC_LIMITS
+#endif // _GLIBCXX_NUMERIC_LIMITS
index 9a8e8a9a162bc52fce51abec3b827550104c409b..5476dd018b81a88224054f99b507d1543fe277a5 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _LIST
-#define _LIST 1
+#ifndef _GLIBCXX_LIST
+#define _GLIBCXX_LIST 1
 
 #pragma GCC system_header
 
@@ -74,5 +74,5 @@
 #  include <bits/list.tcc>
 #endif
 
-#endif /* _LIST */
+#endif /* _GLIBCXX_LIST */
 
index 9c3a101159ede525396771d1eae623ea5df228df..43417fbdddc7fed9e563e08c575640753d470d38 100644 (file)
@@ -36,8 +36,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _LOCALE
-#define _LOCALE        1
+#ifndef _GLIBCXX_LOCALE
+#define _GLIBCXX_LOCALE        1
 
 #pragma GCC system_header
 
@@ -46,4 +46,4 @@
 #include <bits/locale_facets.h>
 #include <bits/locale_facets.tcc>
 
-#endif
+#endif /* _GLIBCXX_LOCALE */
index 7965394dc51f23b6c089d26e557ba1b4b2f009e6..f4e0ca1aafc2f2fa543e11993a42a372eca09ec4 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _MAP
-#define _MAP 1
+#ifndef _GLIBCXX_MAP
+#define _GLIBCXX_MAP 1
 
 #pragma GCC system_header
 
@@ -67,7 +67,7 @@
 #include <bits/stl_map.h>
 #include <bits/stl_multimap.h>
 
-#endif /* _MAP */
+#endif /* _GLIBCXX_MAP */
 
 // Local Variables:
 // mode:C++
index 68076897ec61c0c0f271dda308fbbfe1e7bf4d37..3b7cefaefb05e5c5b154817689d26cb8199277d4 100644 (file)
@@ -46,8 +46,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _MEMORY
-#define _MEMORY 1
+#ifndef _GLIBCXX_MEMORY
+#define _GLIBCXX_MEMORY 1
 
 #pragma GCC system_header
 
@@ -355,4 +355,4 @@ namespace std
   };
 } // namespace std
 
-#endif 
+#endif /* _GLIBCXX_MEMORY */
index c287f925a16f25838f6c052bb71b69798fa1b9bc..f46150872e98f633c84e77fbdbd6dde7af3715fc 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _NUMERIC
-#define _NUMERIC 1
+#ifndef _GLIBCXX_NUMERIC
+#define _GLIBCXX_NUMERIC 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
@@ -68,7 +68,7 @@
 #include <bits/stl_function.h>
 #include <bits/stl_numeric.h>
 
-#endif /* _NUMERIC */
+#endif /* _GLIBCXX_NUMERIC */
 
 // Local Variables:
 // mode:C++
index b20354dc520e22db30eb3ed7c1fb5c1bb77e4d5f..0fcf1b1d0d5b34e2ee7fa3fe08e41366ac6c83b3 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _OSTREAM
-#define _OSTREAM 1
+#ifndef _GLIBCXX_OSTREAM
+#define _GLIBCXX_OSTREAM 1
 
 #pragma GCC system_header
 
@@ -548,4 +548,4 @@ namespace std
 # include <bits/ostream.tcc>
 #endif
 
-#endif /* _OSTREAM */
+#endif /* _GLIBCXX_OSTREAM */
index cd6e5ec6dfe19014497fdbb65e9939849876d960..a794fe16e9b181e24f0c328446db3c973a574db8 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _QUEUE
-#define _QUEUE 1
+#ifndef _GLIBCXX_QUEUE
+#define _GLIBCXX_QUEUE 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
@@ -79,4 +79,4 @@
 #  include <bits/vector.tcc>
 #endif
 
-#endif /* _QUEUE */
+#endif /* _GLIBCXX_QUEUE */
index d59af35b8c505c49c12c2268eb3adaddb4c67f11..8dbed180ace11349e47f09d750e7ebeb0c75f0fe 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _SET
-#define _SET 1
+#ifndef _GLIBCXX_SET
+#define _GLIBCXX_SET 1
 
 #pragma GCC system_header
 
@@ -67,7 +67,7 @@
 #include <bits/stl_set.h>
 #include <bits/stl_multiset.h>
 
-#endif /* _SET */
+#endif /* _GLIBCXX_SET */
 
 // Local Variables:
 // mode:C++
index dcdb7a713bf355ed41f6cbef74aaadd10d00fdfb..5db194249e1f751f2426d08b332736274e2d8e5d 100644 (file)
@@ -36,8 +36,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _SSTREAM
-#define _SSTREAM 1
+#ifndef _GLIBCXX_SSTREAM
+#define _GLIBCXX_SSTREAM 1
 
 #pragma GCC system_header
 
@@ -648,4 +648,4 @@ namespace std
 # include <bits/sstream.tcc>
 #endif
 
-#endif
+#endif /* _GLIBCXX_SSTREAM */
index 1da582ee95700b762e5eeece364e654790db2e89..5ba8b2ed33ef835f25d36095992055e7977596bd 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _STACK
-#define _STACK 1
+#ifndef _GLIBCXX_STACK
+#define _GLIBCXX_STACK 1
 
 #pragma GCC system_header
 
@@ -74,4 +74,4 @@
 #  include <bits/deque.tcc>
 #endif
 
-#endif /* _STACK */
+#endif /* _GLIBCXX_STACK */
index 38ff1ad219d2670ecd1cbbd6129699551dad3329..ebd97f50f88773cd10eb28aaac154ae79c5796ad 100644 (file)
@@ -36,8 +36,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _STDEXCEPT
-#define _STDEXCEPT 1
+#ifndef _GLIBCXX_STDEXCEPT
+#define _GLIBCXX_STDEXCEPT 1
 
 #pragma GCC system_header
 
@@ -145,4 +145,4 @@ namespace std
   };
 } // namespace std
 
-#endif // _STDEXCEPT
+#endif /* _GLIBCXX_STDEXCEPT */
index 1946d50cd12bff98bb43b6953f1a39cc2496a4a3..ad639d3b1cd0d2653e8e5ef8d5bfd2e5a0ab484c 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _STREAMBUF
-#define _STREAMBUF 1
+#ifndef _CLIBXX_STREAMBUF
+#define _CLIBXX_STREAMBUF 1
 
 #pragma GCC system_header
 
@@ -784,4 +784,4 @@ namespace std
 #include <bits/streambuf.tcc>
 #endif
 
-#endif 
+#endif /* _GLIBCXX_STREAMBUF */
index f365a32dc9361ab848ca6162b7530b84182cdfd9..6c60a8493b5bfc2466835f2cc0c425f1014cfd6d 100644 (file)
@@ -37,8 +37,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _STRING
-#define _STRING        1
+#ifndef _GLIBCXX_STRING
+#define _GLIBCXX_STRING        1
 
 #pragma GCC system_header
 
@@ -57,5 +57,4 @@
 # include <bits/basic_string.tcc> 
 #endif
 
-#endif /* _STRING */
-
+#endif /* _GLIBCXX_STRING */
index a0d7bbe8d57faeb0ae53f8655d9aefd94d2c8674..f5793425b221399e40c292745d8fbc3165e5f7b3 100644 (file)
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _UTILITY
-#define _UTILITY 1
+#ifndef _GLIBCXX_UTILITY
+#define _GLIBCXX_UTILITY 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
 #include <bits/stl_relops.h>
 #include <bits/stl_pair.h>
 
-#endif /* _UTILITY */
+#endif /* _GLIBCXX_UTILITY */
 
 // Local Variables:
 // mode:C++
index 4656dc3b7530a7d61c2edd939c47bd1db727ed4f..09367488c8bb708390d66dbb6057c2e9cbd8fe9a 100644 (file)
@@ -35,8 +35,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _VALARRAY
-#define _VALARRAY 1
+#ifndef _GLIBCXX_VALARRAY
+#define _GLIBCXX_VALARRAY 1
 
 #pragma GCC system_header
 
@@ -689,7 +689,7 @@ _DEFINE_BINARY_OPERATOR(>=, __greater_equal)
 
 } // namespace std
 
-#endif // _VALARRAY
+#endif /* _GLIBCXX_VALARRAY */
 
 // Local Variables:
 // mode:c++
index 336f7bf2ddb919ffe2ee1a0257adcbc9f820b581..8802b455286fc8091e62641c36e31dc738b2a8bf 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _VECTOR
-#define _VECTOR 1
+#ifndef _GLIBCXX_VECTOR
+#define _GLIBCXX_VECTOR 1
 
 #pragma GCC system_header
 
@@ -75,5 +75,5 @@
 #  include <bits/vector.tcc>
 #endif
 
-#endif /* _VECTOR */
+#endif /* _GLIBCXX_VECTOR */