This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc/treelang ChangeLog parse.y


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	phython@gcc.gnu.org	2005-09-23 14:45:21

Modified files:
	gcc/treelang   : ChangeLog parse.y 

Log message:
	2005-09-23  Rafael �vila de Espíndola  <rafael.espindola@gmail.com>
	
	* parse.y : Changed pointer declaration from "type* var" to "type *var"
	Removed trailing space.  Wrap long lines.
	
	2005-09-23  Rafael �vila de Espíndola  <rafael.espindola@gmail.com>
	
	* parse.y :  Fixed two compile warnings in "error" and "warning"
	invocations.  Removed trailing periods in messages.  Decapitalized the
	first word of each.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/treelang/ChangeLog.diff?cvsroot=gcc&r1=1.131&r2=1.132
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/treelang/parse.y.diff?cvsroot=gcc&r1=1.27&r2=1.28


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]