From: Bernhard Fischer Date: Sun, 27 Jan 2008 16:48:54 +0000 (+0100) Subject: tree-pretty-print.c (print_generic_decl, [...]): Fix comment. X-Git-Tag: releases/gcc-4.3.0~369 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f749d3c6c4ce94acf33b9e162741f15f58ac280c;p=thirdparty%2Fgcc.git tree-pretty-print.c (print_generic_decl, [...]): Fix comment. 2008-01-27 Bernhard Fischer * tree-pretty-print.c (print_generic_decl, print_generic_stmt, print_generic_stmt_indented): Fix comment. From-SVN: r131885 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a404c65f907..72134c169343 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-27 Bernhard Fischer + + * tree-pretty-print.c (print_generic_decl, print_generic_stmt, + print_generic_stmt_indented): Fix comment. + 2008-01-27 Bernhard Fischer * configure.ac (__stack_chk_fail): Add detecion for availability diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index d59ec8942297..4d1f6f48245b 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -127,7 +127,7 @@ print_generic_decl (FILE *file, tree decl, int flags) } /* Print tree T, and its successors, on file FILE. FLAGS specifies details - to show in the dump. See TDF_* in tree.h. */ + to show in the dump. See TDF_* in tree-pass.h. */ void print_generic_stmt (FILE *file, tree t, int flags) @@ -138,7 +138,7 @@ print_generic_stmt (FILE *file, tree t, int flags) } /* Print tree T, and its successors, on file FILE. FLAGS specifies details - to show in the dump. See TDF_* in tree.h. The output is indented by + to show in the dump. See TDF_* in tree-pass.h. The output is indented by INDENT spaces. */ void @@ -155,7 +155,7 @@ print_generic_stmt_indented (FILE *file, tree t, int flags, int indent) } /* Print a single expression T on file FILE. FLAGS specifies details to show - in the dump. See TDF_* in tree.h. */ + in the dump. See TDF_* in tree-pass.h. */ void print_generic_expr (FILE *file, tree t, int flags)