diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 08:41:07 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 08:41:07 +0000 |
commit | c8ea8bcca4d40ef8c446ee17a1ac7506891c2c3b (patch) | |
tree | 4c97dda985e69784d7c7e9b9902793c994acaed6 /gcc/ada/sem_util.adb | |
parent | 02aa7a86b804266986111a6a17c19d07a87f73b5 (diff) | |
download | gcc-c8ea8bcca4d40ef8c446ee17a1ac7506891c2c3b.tar.gz |
2008-08-05 Javier Miranda <miranda@adacore.com>
* sem_util.adb (Collect_Interfaces_Info): Minor reformating.
* exp_ch3.adb (Build_Offset_To_Top_Functions): Code cleanup: the
implementation of this routine has been simplified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r-- | gcc/ada/sem_util.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index e8823b6164f..96e24a4c994 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -1447,7 +1447,7 @@ package body Sem_Util is -- Start of processing for Collect_Interfaces_Info begin - Collect_Interfaces (T, Ifaces_List); + Collect_Interfaces (T, Ifaces_List); Collect_Interface_Components (T, Comps_List); -- Search for the record component and tag associated with each |