* integrate.c (pushdecl, poplevel): Remove declaration.
From-SVN: r20641
This commit is contained in:
parent
9a8b0889eb
commit
8a1ef8c9e2
2 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue