c4x.c: Don't include "c-tree.h".
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 16 Jun 2003 13:41:28 +0000 (13:41 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 16 Jun 2003 13:41:28 +0000 (13:41 +0000)
* config/c4x/c4x.c: Don't include "c-tree.h".
* config/pa/pa.c: Likewise.
* langhooks.c: Likewise.
* tree.h (poplevel): Declare.

From-SVN: r68016

gcc/ChangeLog
gcc/config/c4x/c4x.c
gcc/config/pa/pa.c
gcc/langhooks.c
gcc/tree.h

index bd5a99802cbbd788c36de8dfbdcc2516d963fdb2..2fea707575272e08d1472c3b209b5edb97d213a6 100644 (file)
@@ -1,3 +1,10 @@
+2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * config/c4x/c4x.c: Don't include "c-tree.h".
+       * config/pa/pa.c: Likewise.
+       * langhooks.c: Likewise.
+       * tree.h (poplevel): Declare.
+
 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.c (const_costs): Move this to ...
index e708521e50967491a68a5899bf85312350a52b4a..06bb73782d6a551a360df3776dff7e90b7ec63a0 100644 (file)
@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA.  */
 #include "flags.h"
 #include "loop.h"
 #include "recog.h"
-#include "c-tree.h"
 #include "ggc.h"
 #include "cpplib.h"
 #include "toplev.h"
index 4fa4e8c8b8743ba6fa37b5e02f7b75b55c4c1b1f..23568bedb4b7fc254da45a899621873e87c3a3ba 100644 (file)
@@ -39,7 +39,6 @@ Boston, MA 02111-1307, USA.  */
 #include "optabs.h"
 #include "libfuncs.h"
 #include "reload.h"
-#include "c-tree.h"
 #include "integrate.h"
 #include "function.h"
 #include "obstack.h"
index 423bb5f421b2c29b43fbff7bf379526ed2986f9e..7dbe684e2222ae630f4aca7f9b8ab0e9627357c4 100644 (file)
@@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA.  */
 #include "tm.h"
 #include "toplev.h"
 #include "tree.h"
-#include "c-tree.h"
 #include "tree-inline.h"
 #include "rtl.h"
 #include "insn-config.h"
index aeee9d9107f622545d25950828249ea4fd113d2b..924629ff0b56874f6de9cf21305a2515ba3cc02f 100644 (file)
@@ -2644,6 +2644,10 @@ extern GTY(()) tree current_function_func_begin_label;
 
 extern int all_types_permanent;
 
+/* Exit a binding level.  This function is provided by each language
+   frontend.  */
+extern tree poplevel (int, int, int);
+
 /* Declare a predefined function.  Return the declaration.  This function is
    provided by each language frontend.  */
 extern tree builtin_function           PARAMS ((const char *, tree, int,