From 8a1ef8c9e2fc26523f207391e16382a8361d7c1f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 21 Jun 1998 18:01:53 +0000 Subject: [PATCH] * integrate.c (pushdecl, poplevel): Remove declaration. From-SVN: r20641 --- gcc/ChangeLog | 2 ++ gcc/integrate.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e21ea661ee4e..cc4e60a37f6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com) Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org) + * integrate.c (pushdecl, poplevel): Remove declaration. + * rtl.h (expand_expr): Remove declaration. * loop.c (oballoc): Remove declaration. diff --git a/gcc/integrate.c b/gcc/integrate.c index 518f1c0c12f9..a7fb3d7eb8b6 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */ extern struct obstack *function_maybepermanent_obstack; -extern tree pushdecl (); -extern tree poplevel (); - /* Similar, but round to the next highest integer that meets the alignment. */ #define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1)) -- 2.43.5