From: Manfred Hollstein Date: Tue, 26 May 1998 23:42:31 +0000 (+0000) Subject: toplev.h (rtx_def): Provide global declaration to avoid `limited scope' warnings. X-Git-Tag: prereleases/egcs-1.1-prerelease~1063 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa7ad670c556f44669fd6c9b7fd7ee66babba429;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/toplev.h b/gcc/toplev.h index 46f7b3e2e303..4f4a0fe38e3f 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -7,6 +7,7 @@ #ifdef __STDC__ union tree_node; +struct rtx_def; #endif extern int count_error PROTO ((int));