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]

[Ada] GNAT.Registry.For_Every_Key: Fix previous change


This is a follow up of
http://gcc.gnu.org/ml/gcc-patches/2010-01/msg01294.html

The root of the subtree was being passed to a callback on every iteration
instead of the current leaf by mistake, fixed thusly.

Tested on x86_64-pc-linux-gnu, committed on trunk

2010-01-27  Vasiliy Fofanov  <fofanov@adacore.com>

	* g-regist.adb (For_Every_Key): Fix previous change.
	Minor reformatting.

Attachment: difs
Description: Text document


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