projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8b088
)
* integrate.c (pushdecl, poplevel): Remove declaration.
author
H.J. Lu
<hjl@gnu.org>
Sun, 21 Jun 1998 18:01:53 +0000
(18:01 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 21 Jun 1998 18:01:53 +0000
(12:01 -0600)
From-SVN: r20641
gcc/ChangeLog
patch
|
blob
|
history
gcc/integrate.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e21ea661ee4ebfd5747deef4b037a60a24d117e9..cc4e60a37f6f273422b9b47b1a5c59c906570ff8 100644
(file)
--- 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 518f1c0c12f98b802a550c03eb8940a480494750..a7fb3d7eb8b6177155c4f233cf1253203066f6c4 100644
(file)
--- 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))