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

From-SVN: r20600
This commit is contained in:
H.J. Lu 1998-06-19 19:41:19 +00:00 committed by Jeff Law
parent bb5177ac6d
commit 3559eb289e
2 changed files with 4 additions and 2 deletions

View 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.

View 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,