summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-26 23:42:31 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-26 23:42:31 +0000
commit873ad8ef88c3c14f0e7bd3faa5c2d8a184fc8b81 (patch)
treed32c1b15c7a306e13724e711702aec3fc5def3ee /gcc/toplev.h
parent41a3e38087223cec44c3cc3ab42bac61e34fc467 (diff)
downloadgcc-873ad8ef88c3c14f0e7bd3faa5c2d8a184fc8b81.tar.gz
* toplev.h (rtx_def): Provide global declaration to avoid `limited scope' warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 46f7b3e2e30..4f4a0fe38e3 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));