diff options
author | Graham Stott <grahams@redhat.com> | 2001-12-31 06:03:23 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-12-31 06:03:23 +0000 |
commit | b8fcefb5063109cab48cc3334d32b1e525f2b763 (patch) | |
tree | 671e10ed82d0e0cd73330e70356737e6f6fbe816 | |
parent | b88098a30b10f10099f2fdf79add8fbea53aa02a (diff) | |
download | gcc-b8fcefb5063109cab48cc3334d32b1e525f2b763.zip gcc-b8fcefb5063109cab48cc3334d32b1e525f2b763.tar.gz gcc-b8fcefb5063109cab48cc3334d32b1e525f2b763.tar.bz2 |
* halfpic.h: Remove foward defs of tree_node and rtx_def.
From-SVN: r48418
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/halfpic.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ddfa758..c3563d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-12-31 Graham Stott <grahams@redhat.com> + * halfpic.h: Remove foward defs of tree_node and rtx_def. + +2001-12-31 Graham Stott <grahams@redhat.com> + * toplev.h: Remove forward def of tree_node, rtx_def. 2001-12-31 Graham Stott <grahams@redhat.com> diff --git a/gcc/halfpic.h b/gcc/halfpic.h index ca318d8..37bc499 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -20,11 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef NO_HALF_PIC -#ifdef ANSI_PROTOTYPES -union tree_node; /* forward reference */ -struct rtx_def; -#endif - /* Declare the variable flag_half_pic as 'int' instead of 'extern int', so that BSS variables are created (even though this is not strict ANSI). This is because rtl.c now refers to the |