gjavah.c (print_include): Cast the result of `strlen' to int when comparing against...
authorKaveh R. Ghazi <ghazi@snafu.rutgers.edu>
Thu, 13 May 1999 12:05:02 +0000 (12:05 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 13 May 1999 12:05:02 +0000 (12:05 +0000)
commit1b01250dd06ece2a184526053a5fccd62f51f5f8
treec672043a118cca14d38a996b76b24128b2a2f0c8
parent6de8697e4d786fd71ac04036038190e3e5109bc4
gjavah.c (print_include): Cast the result of `strlen' to int when comparing against a signed value.

        * gjavah.c (print_include): Cast the result of `strlen' to int
        when comparing against a signed value.
        (add_namelet): Likewise.

From-SVN: r26924
gcc/java/ChangeLog
gcc/java/gjavah.c