]> gcc.gnu.org Git - gcc.git/commitdiff
* integrate.c (pushdecl, poplevel): Remove declaration.
authorH.J. Lu <hjl@gnu.org>
Sun, 21 Jun 1998 18:01:53 +0000 (18:01 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Jun 1998 18:01:53 +0000 (12:01 -0600)
From-SVN: r20641

gcc/ChangeLog
gcc/integrate.c

index e21ea661ee4ebfd5747deef4b037a60a24d117e9..cc4e60a37f6f273422b9b47b1a5c59c906570ff8 100644 (file)
@@ -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.
index 518f1c0c12f98b802a550c03eb8940a480494750..a7fb3d7eb8b6177155c4f233cf1253203066f6c4 100644 (file)
@@ -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))
This page took 0.071933 seconds and 5 git commands to generate.