aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-05-21 23:58:12 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-05-21 23:58:12 +0100
commit5d127eeb298103e87782c6492700d328b04dcb49 (patch)
tree22edaa20ecfb1210767bafc20a6205015cf7f250 /gcc/cp
parentcf8358387d0a53c1a84e049c9998e89db814beab (diff)
downloadgcc-5d127eeb298103e87782c6492700d328b04dcb49.zip
gcc-5d127eeb298103e87782c6492700d328b04dcb49.tar.gz
gcc-5d127eeb298103e87782c6492700d328b04dcb49.tar.bz2
* cxx-pretty-print.c: Correct merge error.
From-SVN: r159686
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cxx-pretty-print.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 072cda0..5275eca 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
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.
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c
index 803257d..04a8314 100644
--- a/gcc/cp/cxx-pretty-print.c
+++ b/gcc/cp/cxx-pretty-print.c
@@ -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