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]

r146684 - in /trunk/gcc/ada: ChangeLog prj-env....


Author: charlet
Date: Fri Apr 24 10:01:21 2009
New Revision: 146684

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146684
Log:
2009-04-24  Emmanuel Briot  <briot@adacore.com>

	* prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb (Language_Index): renamed
	to Language_Ptr to better reflect its new implementation.
	(Project_Data.First_Languages_Processing): renamed to Languages now
	that the field with that name is no longer used
	(Project_Data.Languages): removed, no longer used, and duplicates
	information already available through First_Language_Processing.
	(Prj.Language_Index): now an actual pointer, instead of an index into
	a table. This makes the list somewhat more obvious, but more importantly
	removes the need to pass a pointer to the project_tree_data in a few
	places, and makes accessing the attributes of a languages more
	efficient.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-nmsc.adb
    trunk/gcc/ada/prj.adb
    trunk/gcc/ada/prj.ads


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