Commit 30c05595 by Tobias Schlüter

dump-parse-tree.c: Fix comment typo, add a few blank lines.

	* dump-parse-tree.c: Fix comment typo, add a few blank lines.
Also, reformat previous ChangeLog entry.

From-SVN: r106652
parent 1c57e876
2005-11-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* dump-parse-tree.c: Fix comment typo, add a few blank lines.
2005-11-07 Steven G. Kargl <kargls@comcast.net> 2005-11-07 Steven G. Kargl <kargls@comcast.net>
*error.c: Use flag_fatal_error. * error.c: Use flag_fatal_error.
*invoke.texi: Remove -Werror from list of options. * invoke.texi: Remove -Werror from list of options.
2005-11-06 Paul Thomas <pault@gcc.gnu.org> 2005-11-06 Paul Thomas <pault@gcc.gnu.org>
......
...@@ -61,6 +61,7 @@ code_indent (int level, gfc_st_label * label) ...@@ -61,6 +61,7 @@ code_indent (int level, gfc_st_label * label)
/* Simple indentation at the current level. This one /* Simple indentation at the current level. This one
is used to show symbols. */ is used to show symbols. */
static inline void static inline void
show_indent (void) show_indent (void)
{ {
...@@ -70,6 +71,7 @@ show_indent (void) ...@@ -70,6 +71,7 @@ show_indent (void)
/* Show type-specific information. */ /* Show type-specific information. */
static void static void
gfc_show_typespec (gfc_typespec * ts) gfc_show_typespec (gfc_typespec * ts)
{ {
...@@ -686,6 +688,7 @@ gfc_show_symbol (gfc_symbol * sym) ...@@ -686,6 +688,7 @@ gfc_show_symbol (gfc_symbol * sym)
/* Show a user-defined operator. Just prints an operator /* Show a user-defined operator. Just prints an operator
and the name of the associated subroutine, really. */ and the name of the associated subroutine, really. */
static void static void
show_uop (gfc_user_op * uop) show_uop (gfc_user_op * uop)
{ {
...@@ -746,6 +749,7 @@ show_common (gfc_symtree * st) ...@@ -746,6 +749,7 @@ show_common (gfc_symtree * st)
gfc_status_char ('\n'); gfc_status_char ('\n');
} }
/* Worker function to display the symbol tree. */ /* Worker function to display the symbol tree. */
static void static void
...@@ -1434,7 +1438,7 @@ gfc_show_code_node (int level, gfc_code * c) ...@@ -1434,7 +1438,7 @@ gfc_show_code_node (int level, gfc_code * c)
} }
/* Show and equivalence chain. */ /* Show an equivalence chain. */
static void static void
gfc_show_equiv (gfc_equiv *eq) gfc_show_equiv (gfc_equiv *eq)
......
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