* c-aux-info.c (xmalloc): Remove declaration.
From-SVN: r20600
This commit is contained in:
parent
bb5177ac6d
commit
3559eb289e
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue