* integrate.c (pushdecl, poplevel): Remove declaration.

From-SVN: r20641
This commit is contained in:
H.J. Lu 1998-06-21 18:01:53 +00:00 committed by Jeff Law
parent 9a8b0889eb
commit 8a1ef8c9e2
2 changed files with 2 additions and 3 deletions

View 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.

View 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))