Commit f749d3c6 by Bernhard Fischer Committed by Bernhard Reutner-Fischer

tree-pretty-print.c (print_generic_decl, [...]): Fix comment.

2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
 
	* tree-pretty-print.c (print_generic_decl, print_generic_stmt,
	print_generic_stmt_indented): Fix comment.

From-SVN: r131885
parent fed6d628
2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
* tree-pretty-print.c (print_generic_decl, print_generic_stmt,
print_generic_stmt_indented): Fix comment.
2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
* configure.ac (__stack_chk_fail): Add detecion for availability
of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
* configure: Regenerate.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment