constants.c (PUTN): Use memcpy, not bcopy.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 26 Mar 2001 02:26:09 +0000 (02:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 26 Mar 2001 02:26:09 +0000 (02:26 +0000)
commitcb9b7a8c9f080833c95afd184c25e372b43797d8
tree1d29c7017bbff47e9722e9b0b853769c29366d8e
parent730e15561d35b15a74b45688d40c9639e077dbca
constants.c (PUTN): Use memcpy, not bcopy.

* constants.c (PUTN): Use memcpy, not bcopy.

* lex.c (java_read_char): Use memmove, not bcopy.

* parse.y (java_parser_context_resume): Use memcpy, not bcopy.

From-SVN: r40836
gcc/java/ChangeLog
gcc/java/constants.c
gcc/java/lex.c
gcc/java/parse.y