From: Manfred Hollstein Date: Fri, 11 Dec 1998 08:32:37 +0000 (+0000) Subject: cccp.c: Do not #include here; this is already done by "system.h". X-Git-Tag: prereleases/libgcj-0.1~1679 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eeae6f42cc8f96ef78bbd42775af312222c914f;p=thirdparty%2Fgcc.git cccp.c: Do not #include here; this is already done by "system.h". p * cccp.c: Do not #include here; this is already done by "system.h". * collect2.c: Likewise. * cpplib.h: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * getpwd.c: Likewise. * protoize.c: Likewise. * toplev.c: Likewise. From-SVN: r24261 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 522d6c1b4919..d9f22c21a589 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,15 @@ 1998-12-11 Manfred Hollstein + * cccp.c: Do not #include here; this is already done + by "system.h". + * collect2.c: Likewise. + * cpplib.h: Likewise. + * gcc.c: Likewise. + * gcov.c: Likewise. + * getpwd.c: Likewise. + * protoize.c: Likewise. + * toplev.c: Likewise. + * cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" and don't try to define it here. * Makefile.in (cppmain.o): Depend on machmode.h.