From b04cd50711e40415a169d0f157e4ab15c5344384 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 30 Mar 1998 12:05:54 +0000 Subject: More cutover to system.h: * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o, cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o, gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on system.h. * cpphash.c: Include config.h. * cppalloc.c: Include system.h. Add parameters to various function prototypes. * cpperror.c: Likewise. * cppexp.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * cppmain.c: Likewise. * fix-header.c: Likewise. * gcov.c: Likewise. * gen-protos.c: Likewise. * gengenrtl.c: Likewise. * halfpic.c: Likewise. * hash.c: Likewise. * scan-decls.c: Likewise. * scan.c: Likewise. From-SVN: r18911 --- gcc/halfpic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/halfpic.c') diff --git a/gcc/halfpic.c b/gcc/halfpic.c index 810eeda..2c19c55 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #ifdef HALF_PIC_INIT -#include +#include "system.h" #include "tree.h" #include "rtl.h" #include "obstack.h" @@ -41,7 +41,6 @@ Boston, MA 02111-1307, USA. */ #define obstack_chunk_free free extern char *xmalloc (); -extern void free (); extern rtx eliminate_constant_term (); extern void assemble_name (); extern void output_addr_const (); -- cgit v1.1