tree-pretty-print.h: Update comment.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 8 Apr 2012 23:38:05 +0000 (23:38 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 8 Apr 2012 23:38:05 +0000 (23:38 +0000)
2012-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* tree-pretty-print.h: Update comment.

From-SVN: r186229

gcc/ChangeLog
gcc/tree-pretty-print.h

index f7285466fac1c164ff6b61477f5bdce7074eedb3..29185f191dcc103cb55998f38a140eb308482d0a 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * tree-pretty-print.h: Update comment.
+
 2012-04-08  Oleg Endo  <olegendo@gcc.gnu.org>
 
        * config/sh/sh.md: Use braced string notation where applicable.
index 0de18ca7a144232fb10ed624d31a045d6928aff4..49e78987d4aab86ed0e0ab233a2007ce970fb702 100644 (file)
@@ -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 */