]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/std_set.h
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / std_set.h
index 249f396f1af814e4a466d98609880f7aad31b7f4..d59af35b8c505c49c12c2268eb3adaddb4c67f11 100644 (file)
@@ -58,8 +58,8 @@
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _CPP_SET
-#define _CPP_SET 1
+#ifndef _SET
+#define _SET 1
 
 #pragma GCC system_header
 
@@ -67,7 +67,7 @@
 #include <bits/stl_set.h>
 #include <bits/stl_multiset.h>
 
-#endif /* _CPP_SET */
+#endif /* _SET */
 
 // Local Variables:
 // mode:C++