aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-strunb.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-strunb.ads')
-rw-r--r--gcc/ada/a-strunb.ads11
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ada/a-strunb.ads b/gcc/ada/a-strunb.ads
index e61bae5..af063f0 100644
--- a/gcc/ada/a-strunb.ads
+++ b/gcc/ada/a-strunb.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, 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 --
@@ -259,6 +259,15 @@ package Ada.Strings.Unbounded is
procedure Find_Token
(Source : Unbounded_String;
Set : Maps.Character_Set;
+ From : Positive;
+ Test : Membership;
+ First : out Positive;
+ Last : out Natural);
+ pragma Ada_2012 (Find_Token);
+
+ procedure Find_Token
+ (Source : Unbounded_String;
+ Set : Maps.Character_Set;
Test : Membership;
First : out Positive;
Last : out Natural);