gcc/gcc/java ChangeLog constants.c lex.c parse.y

ghazi@gcc.gnu.org ghazi@gcc.gnu.org
Sun Mar 25 18:26:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ghazi@gcc.gnu.org	2001-03-25 18:26:09

Modified files:
	gcc/java       : ChangeLog constants.c lex.c parse.y 

Log message:
	* 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.694&r2=1.695
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/constants.c.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.63&r2=1.64
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.266&r2=1.267



More information about the Gcc-cvs mailing list