diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-08 20:01:50 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-08 20:01:50 +0000 |
commit | e3f528548e0b487b1381ef88a5dfc61175575a07 (patch) | |
tree | 930eb875a27447b1a35a20ac1482d1200a699479 /gcc/fortran/dump-parse-tree.c | |
parent | d9e80e62db997f5e9bec96dfe7804e4e4fd1247e (diff) | |
download | gcc-e3f528548e0b487b1381ef88a5dfc61175575a07.tar.gz |
* dump-parse-tree.c: Fix comment typo, add a few blank lines.
Also, reformat previous ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 2d708f7efed..7d2b26d2d72 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -61,6 +61,7 @@ code_indent (int level, gfc_st_label * label) /* Simple indentation at the current level. This one is used to show symbols. */ + static inline void show_indent (void) { @@ -70,6 +71,7 @@ show_indent (void) /* Show type-specific information. */ + static void gfc_show_typespec (gfc_typespec * ts) { @@ -686,6 +688,7 @@ gfc_show_symbol (gfc_symbol * sym) /* Show a user-defined operator. Just prints an operator and the name of the associated subroutine, really. */ + static void show_uop (gfc_user_op * uop) { @@ -746,6 +749,7 @@ show_common (gfc_symtree * st) gfc_status_char ('\n'); } + /* Worker function to display the symbol tree. */ static void @@ -1434,7 +1438,7 @@ gfc_show_code_node (int level, gfc_code * c) } -/* Show and equivalence chain. */ +/* Show an equivalence chain. */ static void gfc_show_equiv (gfc_equiv *eq) |