Commit b8fcefb5 by Graham Stott Committed by Graham Stott

* halfpic.h: Remove foward defs of tree_node and rtx_def.

From-SVN: r48418
parent b88098a3
2001-12-31 Graham Stott <grahams@redhat.com> 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. * toplev.h: Remove forward def of tree_node, rtx_def.
2001-12-31 Graham Stott <grahams@redhat.com> 2001-12-31 Graham Stott <grahams@redhat.com>
......
...@@ -20,11 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -20,11 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef NO_HALF_PIC #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 /* Declare the variable flag_half_pic as 'int' instead of 'extern
int', so that BSS variables are created (even though this is not int', so that BSS variables are created (even though this is not
strict ANSI). This is because rtl.c now refers to the strict ANSI). This is because rtl.c now refers to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment