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
This commit is contained in:
Manuel López-Ibáñez 2008-08-27 08:18:44 +00:00
parent 41e404e6a5
commit b5fa2870a7
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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"