aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-02-29 22:49:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-29 22:49:18 +0000
commit3a800d7d75ceba88429096186a2150a2d938334a (patch)
tree9d9c36a627f01c31b077cd8253acc681d5cc4bbf /gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h
parentb9de1157289455b0ca26daff519d4a0ddcd1fa13 (diff)
parent817a788f9eb01eff367191401d48f2aaa8d4f428 (diff)
downloadtoolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.tar.gz
toolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.tar.bz2
toolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.zip
Merge "Unify ChromeOS and Android versions of GCC."
Diffstat (limited to 'gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h')
-rw-r--r--gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h b/gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h
index b15361ea0..a79b4e4cc 100644
--- a/gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h
+++ b/gcc-4.9/libstdc++-v3/include/c_compatibility/complex.h
@@ -39,7 +39,7 @@
// <complex.h> is defined to provide only what C++11's <ccomplex> does in a
// different namespace.
#ifdef _GLIBCXX_COMPLEX
-# error Cannot include both <complex> and C99's <complex.h>
+# error "Cannot include both <complex> and C99 <complex.h>"
#endif
// Delegate to a system complex.h if we don't provide it as part of the C++