summaryrefslogtreecommitdiff
path: root/gcc/ada/a-strbou.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 14:40:36 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 14:40:36 +0200
commitf15749aa1c22f3aebab55be5202d9fa852bd18fc (patch)
tree5f53d21a9f0135558eb9910f78708ea4a9cd57d7 /gcc/ada/a-strbou.ads
parent396eb900bbb7deb1243ea6de03fe881234314acb (diff)
downloadgcc-f15749aa1c22f3aebab55be5202d9fa852bd18fc.tar.gz
[multiple changes]
2014-07-31 Pascal Obry <obry@adacore.com> * s-fileio.adb: Remove obsolete comment. 2014-07-31 Vincent Celier <celier@adacore.com> * a-strbou.ads ("=" (Bounded_String, Bounded_String): Add overriding keyword before function to avoid error when compiler is called with -gnatyO (check overriding indicators). 2014-07-31 Tucker Taft <taft@adacore.com> * gnat_ugn.texi: Add a paragraph pointing the reader to the "plugins" example. 2014-07-31 Hristian Kirtchev <kirtchev@adacore.com> * freeze.adb (Freeze_Expression): Document the purpose of the parent chain traversal. From-SVN: r213350
Diffstat (limited to 'gcc/ada/a-strbou.ads')
-rw-r--r--gcc/ada/a-strbou.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-strbou.ads b/gcc/ada/a-strbou.ads
index ddc8c337683..7703b728107 100644
--- a/gcc/ada/a-strbou.ads
+++ b/gcc/ada/a-strbou.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -607,7 +607,7 @@ package Ada.Strings.Bounded is
High : Natural)
renames Super_Slice;
- function "="
+ overriding function "="
(Left : Bounded_String;
Right : Bounded_String) return Boolean
renames Equal;