From 1486870d76c8ec5ab28664fa7dcadd8ccc5e9723 Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18911 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cpphash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/cpphash.c') diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 737ac39ef11..f6c8f7ab75b 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -22,6 +22,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. You are forbidden to forbid anyone else to use, share and improve what you give them. Help stamp out software-hoarding! */ +#include "config.h" +#include "system.h" #include "cpplib.h" #include "cpphash.h" #include "gansidecl.h" -- cgit v1.2.1