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/cpperror.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc/cpperror.c') diff --git a/gcc/cpperror.c b/gcc/cpperror.c index e03deb4fce3..44bd75da455 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -24,10 +24,12 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef EMACS #include "config.h" +#include "system.h" +#else +#include #endif /* not EMACS */ #include "cpplib.h" -#include /* Print the file names and line numbers of the #include commands which led to the current file. */ -- cgit v1.2.1