Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 25 Feb 1999 20:40:21 +0000 (20:40 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 25 Feb 1999 20:40:21 +0000 (20:40 +0000)
commite915b770d9eca0fdfd5dd363daf70be12e543579
treef93654398f80da81daa76ad8b689f48c4ebb6328
parent056cd572516e35aff4f58939bfcd27e9bdb54d6b
Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.

        * Makefile.in (cppmain.o, cpplib.o, cpphash.o, cppalloc.o,
        cpperror.o, cppexp.o, cppfiles.o, cppinit.o, fix-header.o,
        scan-decls.o): Don't depend on machmode.h.
        * cppexp.c: Don't define CHAR_BIT or HOST_BITS_PER_WIDE_INT anymore.
        Replace all instances of HOST_WIDE_INT with HOST_WIDEST_INT.
        * cppfiles.c: Likewise.
        * cpplib.c: Likewise.
        * cpplib.h: Likewise.  Also don't include machmode.h anymore.

From-SVN: r25446
gcc/ChangeLog
gcc/Makefile.in
gcc/cppexp.c
gcc/cppfiles.c
gcc/cpplib.c
gcc/cpplib.h