projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5177a
)
* c-aux-info.c (xmalloc): Remove declaration.
author
H.J. Lu
<hjl@gnu.org>
Fri, 19 Jun 1998 19:41:19 +0000
(19:41 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 19 Jun 1998 19:41:19 +0000
(13:41 -0600)
From-SVN: r20600
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-aux-info.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4e1db650d755d9b85fd3487076a03657f3e2e24e..3ee3457c2978e19c39cc12b1c237d2de2cd133dc 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
+
+ * c-aux-info.c (xmalloc): Remove declaration.
+
Fri Jun 19 20:23:05 1998 Robert Lipe <robertl@dgii.com>
* i386.c: Include system.h. Remove redundant includes.
diff --git
a/gcc/c-aux-info.c
b/gcc/c-aux-info.c
index 84ab0e90e38ae1a38ea376d5414a6fab62a46234..3e2edde0449224be005be16bd921da3472a98399 100644
(file)
--- a/
gcc/c-aux-info.c
+++ b/
gcc/c-aux-info.c
@@
-27,8
+27,6
@@
Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "c-tree.h"
-extern char *xmalloc ();
-
enum formals_style_enum {
ansi,
k_and_r_names,