OSDN Git Service

* include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / std / std_algorithm.h
index c7837b4..1d81201 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++