OSDN Git Service

* c-aux-info.c (xmalloc): Remove declaration.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 19:41:19 +0000 (19:41 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 19:41:19 +0000 (19:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20600 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4e1db65..3ee3457 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 84ab0e9..3e2edde 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,