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]

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


Author: charlet
Date: Fri Apr 24 10:18:20 2009
New Revision: 146691

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

	* prj-proc.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb
	(Source_Id, Source_Data): use a real list to store sources rather than
	using an external table to store the elements. This makes code more
	efficient and more readable.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-nmsc.adb
    trunk/gcc/ada/prj-proc.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]