summaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-11-30 13:02:49 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2009-11-30 13:02:49 +0100
commit43ccd04be77d9ed7ff4d52fddfc80132639b979a (patch)
treeebc4ad5ed92f287b3b39d8dc7712fcf5e8ff665e /gcc/ada/frontend.adb
parent828781519a85aa04c47b5057555938017cec3ae2 (diff)
downloadgcc-43ccd04be77d9ed7ff4d52fddfc80132639b979a.tar.gz
[multiple changes]
2009-11-30 Emmanuel Briot <briot@adacore.com> * prj.adb, prj.ads, prj-nmsc.adb (Has_Multi_Unit_Sources): New field in project_data. 2009-11-30 Vincent Celier <celier@adacore.com> * osint.adb (Executable_Name): Correctly decide if the executable suffix should be added when Only_If_No_Suffix is True. 2009-11-30 Robert Dewar <dewar@adacore.com> * frontend.adb, gnatlink.adb, prj-conf.adb, prj-tree.adb, prj-tree.ads: Minor reformatting From-SVN: r154793
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index 5832a2cb1fe..89746b88035 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -400,6 +400,7 @@ begin
then
Initialize_Scalars := True;
end if;
+
Next (Item);
end loop;
end;