This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A prototype patch for c-aux-info.c


xmalloc is already declared in tree.h.


-- 
H.J. Lu (hjl@gnu.org)
---
Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)

	* c-aux-info.c (xmalloc): Remove declaration.

Index: c-aux-info.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/c-aux-info.c,v
retrieving revision 1.1.1.5
diff -u -p -r1.1.1.5 c-aux-info.c
--- c-aux-info.c	1998/04/26 16:06:45	1.1.1.5
+++ c-aux-info.c	1998/04/26 16:15:48
@@ -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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]