diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
commit | 6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee (patch) | |
tree | 5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/tree-dump.h | |
parent | ff11430a476c56de188f1a88f4b6206d40555ff4 (diff) | |
download | gcc-6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee.tar.gz |
* target.h: Fix formatting.
* timevar.h: Likewise.
* tlink.c: Likewise.
* toplev.c: Likewise.
* toplev.h: Likewise.
* tree.c: Likewise.
* tree-dump.h: Likewise.
* tree.h: Likewise.
* tree-inline.h: Likewise.
* unroll.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind.h: Likewise.
* unwind-sjlj.c: Likewise.
* varasm.c: Likewise.
* varray.h: Likewise.
* vmsdbg.h: Likewise.
* vmsdbgout.c: Likewise.
* xcoffout.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r-- | gcc/tree-dump.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index 9e9888e0ad5..d4951d9f505 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -46,7 +46,7 @@ typedef struct dump_queue struct dump_queue *next; } *dump_queue_p; -/* A dump_info gives information about how we should perform the dump +/* A dump_info gives information about how we should perform the dump and about the current state of the dump. */ struct dump_info @@ -67,7 +67,7 @@ struct dump_info dump_queue_p queue_end; /* Free queue nodes. */ dump_queue_p free_list; - /* The tree nodes which we have already written out. The + /* The tree nodes which we have already written out. The keys are the addresses of the nodes; the values are the integer indices we assigned them. */ splay_tree nodes; @@ -79,17 +79,17 @@ struct dump_info extern void dump_pointer PARAMS ((dump_info_p, const char *, void *)); -extern void dump_int +extern void dump_int PARAMS ((dump_info_p, const char *, int)); -extern void dump_string +extern void dump_string PARAMS ((dump_info_p, const char *)); -extern void dump_stmt +extern void dump_stmt PARAMS ((dump_info_p, tree)); -extern void dump_next_stmt +extern void dump_next_stmt PARAMS ((dump_info_p, tree)); -extern void queue_and_dump_index +extern void queue_and_dump_index PARAMS ((dump_info_p, const char *, tree, int)); -extern void queue_and_dump_type +extern void queue_and_dump_type PARAMS ((dump_info_p, tree)); #endif /* ! GCC_TREE_DUMP_H */ |