aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/backward/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/backward/set.h')
-rw-r--r--contrib/libstdc++/include/backward/set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libstdc++/include/backward/set.h b/contrib/libstdc++/include/backward/set.h
index c18925544952..6a8320ba42ff 100644
--- a/contrib/libstdc++/include/backward/set.h
+++ b/contrib/libstdc++/include/backward/set.h
@@ -53,8 +53,8 @@
* purpose. It is provided "as is" without express or implied warranty.
*/
-#ifndef _CPP_BACKWARD_SET_H
-#define _CPP_BACKWARD_SET_H 1
+#ifndef _BACKWARD_SET_H
+#define _BACKWARD_SET_H 1
#include "backward_warning.h"
#include "tree.h"
@@ -62,7 +62,7 @@
using std::set;
-#endif /* _CPP_BACKWARD_SET_H */
+#endif /* _BACKWARD_SET_H */
// Local Variables:
// mode:C++