]> git.ipfire.org Git - thirdparty/gcc.git/commit
class.c (add_method_1): Cast the argument of `bzero' to PTR.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 5 Apr 1999 13:04:38 +0000 (13:04 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 Apr 1999 13:04:38 +0000 (13:04 +0000)
commit4504ead1db50e758e107f9b3a42975afbe1e8106
tree02f0a041c4f9169cbd8607135939b4e843e232ba
parent908c4e83161c7166e0d86864b88d29115b003c5a
class.c (add_method_1): Cast the argument of `bzero' to PTR.

        * class.c (add_method_1): Cast the argument of `bzero' to PTR.
        * decl.c (copy_lang_decl): Likewise for `bcopy'.
        * jcf-depend.c: Include "config.h", not <config.h>.
        * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
        `bcopy' to PTR.
        * jcf-path.c: Include "config.h", not <config.h>.
        * lex.c: Don't include various system header files.
        (java_init_lex): Cast the argument of `bzero' to PTR
        * parse-scan.y (java_push_parser_context): Likewise.
        * parse.y (java_push_parser_context): Likewise.
        * xref.c: Don't include <stdio.h>.

From-SVN: r26203
12 files changed:
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/jcf-depend.c
gcc/java/jcf-parse.c
gcc/java/jcf-path.c
gcc/java/lex.c
gcc/java/parse-scan.c
gcc/java/parse-scan.y
gcc/java/parse.c
gcc/java/parse.y
gcc/java/xref.c