aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-08 23:38:05 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-08 23:38:05 +0000
commit8772bd5411db9b5ad6ec908b671e0370ecb61b3e (patch)
tree1cae7c0755e01edce098f9b4963e33d26c99a0f1 /gcc
parent4f3dfa27f4ddfc9998f00bef43cab0d71ada4ffb (diff)
downloadgcc-8772bd5411db9b5ad6ec908b671e0370ecb61b3e.zip
gcc-8772bd5411db9b5ad6ec908b671e0370ecb61b3e.tar.gz
gcc-8772bd5411db9b5ad6ec908b671e0370ecb61b3e.tar.bz2
tree-pretty-print.h: Update comment.
2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org> * tree-pretty-print.h: Update comment. From-SVN: r186229
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-pretty-print.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f728546..29185f1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h
index 0de18ca..49e7898 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 */