From 48ff1d417d4c49525c09b013395e38dda8bd50fe Mon Sep 17 00:00:00 2001 From: bstarynk Date: Sat, 4 Jan 2014 17:57:29 +0000 Subject: 2014-01-04 Basile Starynkevitch {{merge using svnmerge.py with trunk GCC 4.9 svn rev206333 now in stage 3; very unstable, xtramelt-ana-base don't compile anymore...}} git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@206336 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-iterator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/tree-iterator.h') diff --git a/gcc/tree-iterator.h b/gcc/tree-iterator.h index b5217f77873..5088facb2a7 100644 --- a/gcc/tree-iterator.h +++ b/gcc/tree-iterator.h @@ -1,5 +1,5 @@ /* Iterator routines for manipulating GENERIC tree statement list. - Copyright (C) 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. @@ -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) -- cgit v1.2.1