summaryrefslogtreecommitdiff
path: root/gcc/ada/a-cfinve.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cfinve.ads')
-rw-r--r--gcc/ada/a-cfinve.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-cfinve.ads b/gcc/ada/a-cfinve.ads
index 7559df6e4b5..2fef4af7856 100644
--- a/gcc/ada/a-cfinve.ads
+++ b/gcc/ada/a-cfinve.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2014, Free Software Foundation, Inc. --
+-- Copyright (C) 2014-2015, 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 --
@@ -198,7 +198,7 @@ is
generic
with function "<" (Left, Right : Element_Type) return Boolean is <>;
- package Generic_Sorting is
+ package Generic_Sorting with SPARK_Mode is
function Is_Sorted (Container : Vector) return Boolean with
Global => null;