diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-08-27 08:18:44 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-08-27 08:18:44 +0000 |
commit | b5fa2870a78579fcc6d94136ef2e013d2db73d9a (patch) | |
tree | 024ab257a5946e8b4283d93f5fe7abc637e37ea7 /gcc/cp | |
parent | 41e404e6a5a4d036005c584babf65d23fc35e943 (diff) | |
download | gcc-b5fa2870a78579fcc6d94136ef2e013d2db73d9a.zip gcc-b5fa2870a78579fcc6d94136ef2e013d2db73d9a.tar.gz gcc-b5fa2870a78579fcc6d94136ef2e013d2db73d9a.tar.bz2 |
cp-tree.h: Fix #error directive.
2008-08-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* cp-tree.h: Fix #error directive.
From-SVN: r139623
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/cp-tree.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8c3bc46..b106fa5 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org> + + * cp-tree.h: Fix #error directive. + 2008-08-26 Douglas Gregor <doug.gregor@gmail.com> * typeck.c (type_after_usual_arithmetic_conversions): Don't do the diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index cdfd3bc..ee1ad6a 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -48,8 +48,8 @@ extern void cp_cpp_error (cpp_reader *, int, ATTRIBUTE_GCC_CXXDIAG(3,0); #ifdef GCC_TOPLEV_H #error \ -"In order for the format checking to accept the C++ front end diagnostic\n" -"framework extensions, you must include this file before toplev.h, not after." +In order for the format checking to accept the C++ front end diagnostic \ +framework extensions, you must include this file before toplev.h, not after. #endif #include "toplev.h" #include "diagnostic.h" |