Commit 08c52234 by Andreas Schwab Committed by Andreas Schwab

coretypes.h (gimple_stmt_iterator): Add struct to make compatible with C.

* coretypes.h (gimple_stmt_iterator): Add struct to make
compatible with C.

From-SVN: r198176
parent 999c1171
2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
* coretypes.h (gimple_stmt_iterator): Add struct to make
compatible with C.
2013-04-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/57026
......
......@@ -63,7 +63,7 @@ typedef union gimple_statement_d *gimple;
typedef const union gimple_statement_d *const_gimple;
typedef gimple gimple_seq;
struct gimple_stmt_iterator_d;
typedef gimple_stmt_iterator_d gimple_stmt_iterator;
typedef struct gimple_stmt_iterator_d gimple_stmt_iterator;
union section;
typedef union section section;
struct gcc_options;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment