aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/restrict.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:48:33 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:48:33 +0200
commit497a660d21f75362b8b6c7e4f4463a2ffbdeb38e (patch)
tree59d86dc3b771501984e1310d2f5cdab6803f10b1 /gcc/ada/restrict.adb
parent35484fc8b008868958da3543c4cb2569f0cff024 (diff)
downloadgcc-497a660d21f75362b8b6c7e4f4463a2ffbdeb38e.zip
gcc-497a660d21f75362b8b6c7e4f4463a2ffbdeb38e.tar.gz
gcc-497a660d21f75362b8b6c7e4f4463a2ffbdeb38e.tar.bz2
[multiple changes]
2016-06-22 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch3.adb, sem_type.adb, sem.adb, freeze.adb, sem_util.adb, s-htable.adb, exp_ch11.adb, s-secsta.adb, restrict.adb, exp_disp.adb, sem_ch8.adb, s-tpobop.adb, exp_aggr.ads, sem_ch13.adb: Minor reformatting. 2016-06-22 Yannick Moy <moy@adacore.com> * lib-xref-spark_specific.adb (Collect_SPARK_Xrefs): Inverse order of treatments so that files without compilation unit are simply skipped before more elaborate treatments. 2016-06-22 Bob Duff <duff@adacore.com> * s-memory.ads: Minor typo fixes in comments. * s-memory.adb: Code cleanup. From-SVN: r237697
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r--gcc/ada/restrict.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb
index 6cc308f..c56c2e0 100644
--- a/gcc/ada/restrict.adb
+++ b/gcc/ada/restrict.adb
@@ -1113,8 +1113,7 @@ package body Restrict is
-- Note: body of this function must be coordinated with list of renaming
-- declarations in System.Rident.
- function Process_Restriction_Synonyms (N : Node_Id) return Name_Id
- is
+ function Process_Restriction_Synonyms (N : Node_Id) return Name_Id is
Old_Name : constant Name_Id := Chars (N);
New_Name : Name_Id;