This is the mail archive of the gcc-patches@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]

Re: Patch - minor tidyup in c-tree.h


On Thu, Jan 10, 2002 at 11:59:44AM +0000, Nicola Pero wrote:
> 	* c-tree.h (check_identifier, finish_decl_top_level,
> 	lookup_name_current_level_global, shadow_record_fields): Removed,
> 	unused.
> 	* c-tree.h: Moved function declarations so that they are listed
> 	under the filename which contains them.

Ok.  Changelog better written with just one "*" like so:

	* c-tree.h: Move function declarations so that they are listed
	under the filename which contains them.
	(check_identifier, finish_decl_top_level,
	lookup_name_current_level_global, shadow_record_fields): Remove.


r~


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