gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to `unsigned char'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 16 Sep 1998 09:46:37 +0000 (09:46 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 16 Sep 1998 09:46:37 +0000 (09:46 +0000)
commit88dab4f64985cb962551ad7462d8886dde19debc
treeb0a35bc42f7a9b188cfa6a799a2e564350914122
parent1a8fca8acca89b7f57c3d855eda0a545d8b3ec42
gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to `unsigned char'.

        * gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to
        `unsigned char'.
        (main): Mark parameter `argc' with ATTRIBUTE_UNUSED.
        When generating output, initialize missing struct member to zero.

From-SVN: r22449
gcc/ChangeLog
gcc/gen-protos.c