From 8772bd5411db9b5ad6ec908b671e0370ecb61b3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Sun, 8 Apr 2012 23:38:05 +0000 Subject: [PATCH] tree-pretty-print.h: Update comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2012-04-08 Manuel López-Ibáñez * tree-pretty-print.h: Update comment. From-SVN: r186229 --- gcc/ChangeLog | 4 ++++ gcc/tree-pretty-print.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7285466fac..29185f191dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-08 Manuel López-Ibáñez + + * tree-pretty-print.h: Update comment. + 2012-04-08 Oleg Endo * config/sh/sh.md: Use braced string notation where applicable. diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h index 0de18ca7a14..49e78987d4a 100644 --- a/gcc/tree-pretty-print.h +++ b/gcc/tree-pretty-print.h @@ -43,7 +43,6 @@ extern void print_generic_stmt (FILE *, tree, int); extern void print_generic_stmt_indented (FILE *, tree, int, int); extern void print_generic_expr (FILE *, tree, int); extern void print_generic_decl (FILE *, tree, int); -extern void debug_c_tree (tree); extern void dump_omp_clauses (pretty_printer *, tree, int, int); extern void print_call_name (pretty_printer *, tree, int); extern void debug_generic_expr (tree); @@ -55,5 +54,7 @@ extern void dump_function_header (FILE *, tree, int); /* In toplev.c */ extern bool default_tree_printer (pretty_printer *, text_info *, const char *, int, bool, bool, bool); +/* In c-pretty-print.c */ +extern void debug_c_tree (tree); #endif /* ! GCC_TREE_PRETTY_PRINT_H */ -- 2.30.2