aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-iterator.h')
-rw-r--r--gcc/tree-iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-iterator.h b/gcc/tree-iterator.h
index b5217f7..105f371 100644
--- a/gcc/tree-iterator.h
+++ b/gcc/tree-iterator.h
@@ -29,10 +29,10 @@ along with GCC; see the file COPYING3. If not see
/* Iterator object for GENERIC or GIMPLE TREE statements. */
-typedef struct {
+struct tree_stmt_iterator {
struct tree_statement_list_node *ptr;
tree container;
-} tree_stmt_iterator;
+};
static inline tree_stmt_iterator
tsi_start (tree t)