* c-aux-info.c (xmalloc): Remove declaration.
authorH.J. Lu <hjl@gnu.org>
Fri, 19 Jun 1998 19:41:19 +0000 (19:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 19:41:19 +0000 (13:41 -0600)
From-SVN: r20600

gcc/ChangeLog
gcc/c-aux-info.c

index 4e1db650d755d9b85fd3487076a03657f3e2e24e..3ee3457c2978e19c39cc12b1c237d2de2cd133dc 100644 (file)
@@ -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.
index 84ab0e90e38ae1a38ea376d5414a6fab62a46234..3e2edde0449224be005be16bd921da3472a98399 100644 (file)
@@ -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,