Commit 5d127eeb by Joseph Myers Committed by Joseph Myers

* cxx-pretty-print.c: Correct merge error.

From-SVN: r159686
parent cf835838
2010-05-21 Joseph Myers <joseph@codesourcery.com>
* cxx-pretty-print.c: Correct merge error.
2010-05-21 Joseph Myers <joseph@codesourcery.com>
* error.c: Include tree-diagnostic.h and tree-pretty-print.h.
(cp_print_error_function): Use diagnostic_abstract_origin macro.
(cp_printer): Handle %K here using percent_K_format.
......
......@@ -24,9 +24,9 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "intl.h"
#include "tree-pretty-print.h"
#include "cp-tree.h"
#include "cxx-pretty-print.h"
#include "tree-pretty-print.h"
#include "toplev.h"
/* Translate if being used for diagnostics, but not for dump files or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment