Commit 8a1ef8c9 by H.J. Lu Committed by Jeff Law

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

From-SVN: r20641
parent 9a8b0889
...@@ -6,6 +6,8 @@ Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com) ...@@ -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) 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. * rtl.h (expand_expr): Remove declaration.
* loop.c (oballoc): Remove declaration. * loop.c (oballoc): Remove declaration.
......
...@@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */
extern struct obstack *function_maybepermanent_obstack; extern struct obstack *function_maybepermanent_obstack;
extern tree pushdecl ();
extern tree poplevel ();
/* Similar, but round to the next highest integer that meets the /* Similar, but round to the next highest integer that meets the
alignment. */ alignment. */
#define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1)) #define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment