OSDN Git Service

* cccp.c: Don't define HOST_WIDE_INT. Replace all occurrences of
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 1999 11:58:09 +0000 (11:58 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 1999 11:58:09 +0000 (11:58 +0000)
commit67ab4fac14b5e72063eb37324102cbef41daf300
treee9939213b7dbe98be50feffc765b5e3e079c426f
parent55fff16441e11dbad31d35a1092659e9272daa67
    * cccp.c: Don't define HOST_WIDE_INT.  Replace all occurrences of
        WIDE_INT with WIDEST_INT.
        * cexp.y: Likewise.
        Don't define unsigned_HOST_WIDE_INT, CHAR_BIT or
        HOST_BITS_PER_WIDE_INT.  Replace occurrences of PRINTF_PROTO_1()
        style with PVPROTO() ATTRIBUTE_PRINTF_1 style macros.  Replace
        occurrences of "unsigned_HOST" with "unsigned HOST".  Provide a
        definition of variable `c89' when compiling a test binary and set it.
        * system.h: Don't define the PRINTF_PROTO_* macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25217 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cccp.c
gcc/cexp.c
gcc/cexp.y
gcc/system.h