aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/std/std_stdexcept.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/std/std_stdexcept.h')
-rw-r--r--contrib/libstdc++/include/std/std_stdexcept.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libstdc++/include/std/std_stdexcept.h b/contrib/libstdc++/include/std/std_stdexcept.h
index 07a15e466ce5c..ebd97f50f8877 100644
--- a/contrib/libstdc++/include/std/std_stdexcept.h
+++ b/contrib/libstdc++/include/std/std_stdexcept.h
@@ -36,8 +36,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/
-#ifndef _CPP_STDEXCEPT
-#define _CPP_STDEXCEPT 1
+#ifndef _GLIBCXX_STDEXCEPT
+#define _GLIBCXX_STDEXCEPT 1
#pragma GCC system_header
@@ -145,4 +145,4 @@ namespace std
};
} // namespace std
-#endif // _CPP_STDEXCEPT
+#endif /* _GLIBCXX_STDEXCEPT */