aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/tree-dump.h
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-07-11 03:40:53 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-07-11 03:40:53 +0000
commitbd0df3aa27aac083bd60b649fa5347076a5126eb (patch)
treef6b0610f4a17fd26aa234354f050080f789861a4 /contrib/gcc/tree-dump.h
parentfabd8bcd49e1046bc9abdcb4efaea04638630b6f (diff)
downloadsrc-bd0df3aa27aac083bd60b649fa5347076a5126eb.tar.gz
src-bd0df3aa27aac083bd60b649fa5347076a5126eb.zip
Gcc 3.3.1-pre as of 2003-07-11.
Notes
Notes: svn path=/vendor/gcc/dist/; revision=117395
Diffstat (limited to 'contrib/gcc/tree-dump.h')
-rw-r--r--contrib/gcc/tree-dump.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/gcc/tree-dump.h b/contrib/gcc/tree-dump.h
index 9e9888e0ad5b..d4951d9f5054 100644
--- a/contrib/gcc/tree-dump.h
+++ b/contrib/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 */