aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-06-21 18:01:53 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-21 12:01:53 -0600
commit8a1ef8c9e2fc26523f207391e16382a8361d7c1f (patch)
treebe030c12c91ade6802ae13e57d9e0b5da619f882 /gcc
parent9a8b0889ebcf04025e39886d742ddacaa0a3f8d9 (diff)
downloadgcc-8a1ef8c9e2fc26523f207391e16382a8361d7c1f.zip
gcc-8a1ef8c9e2fc26523f207391e16382a8361d7c1f.tar.gz
gcc-8a1ef8c9e2fc26523f207391e16382a8361d7c1f.tar.bz2
* integrate.c (pushdecl, poplevel): Remove declaration.
From-SVN: r20641
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/integrate.c3
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))