From 3d6c336a748a8747a45ef138aafd7ec2bbec1b5d Mon Sep 17 00:00:00 2001 From: law Date: Sun, 21 Jun 1998 18:01:53 +0000 Subject: [PATCH] * integrate.c (pushdecl, poplevel): Remove declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20641 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/integrate.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e21ea66..cc4e60a 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 518f1c0..a7fb3d7 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.7.4