Commit aa7ad670 by Manfred Hollstein

toplev.h (rtx_def): Provide global declaration to avoid `limited scope' warnings.

 
	* toplev.h (rtx_def): Provide global declaration to avoid
	`limited scope' warnings.

From-SVN: r20082
parent 62fe00be
......@@ -7,6 +7,7 @@
#ifdef __STDC__
union tree_node;
struct rtx_def;
#endif
extern int count_error PROTO ((int));
......
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