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:
Manfred Hollstein 1998-05-26 23:42:31 +00:00
parent 62fe00be68
commit aa7ad670c5

View File

@ -7,6 +7,7 @@
#ifdef __STDC__
union tree_node;
struct rtx_def;
#endif
extern int count_error PROTO ((int));