summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/iostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/backward/iostream.h')
-rw-r--r--libstdc++-v3/include/backward/iostream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/backward/iostream.h b/libstdc++-v3/include/backward/iostream.h
index 5346d9d22e8..5a5ccea62b7 100644
--- a/libstdc++-v3/include/backward/iostream.h
+++ b/libstdc++-v3/include/backward/iostream.h
@@ -25,8 +25,8 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-#ifndef _CPP_BACKWARD_IOSTREAM_H
-#define _CPP_BACKWARD_IOSTREAM_H 1
+#ifndef _BACKWARD_IOSTREAM_H
+#define _BACKWARD_IOSTREAM_H 1
#include "backward_warning.h"
#include <iostream>
@@ -41,7 +41,7 @@ using std::cout;
using std::cin;
using std::cerr;
using std::clog;
-#ifdef _GLIBCPP_USE_WCHAR_T
+#ifdef _GLIBCXX_USE_WCHAR_T
using std::wcout;
using std::wcin;
using std::wcerr;