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
This commit is contained in:
parent
62fe00be68
commit
aa7ad670c5
@ -7,6 +7,7 @@
|
||||
|
||||
#ifdef __STDC__
|
||||
union tree_node;
|
||||
struct rtx_def;
|
||||
#endif
|
||||
|
||||
extern int count_error PROTO ((int));
|
||||
|
Loading…
Reference in New Issue
Block a user