summaryrefslogtreecommitdiff
path: root/gcc/ada/a-stzunb.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-stzunb.ads')
-rw-r--r--gcc/ada/a-stzunb.ads11
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ada/a-stzunb.ads b/gcc/ada/a-stzunb.ads
index c753051a5f1..fa7bc17d93d 100644
--- a/gcc/ada/a-stzunb.ads
+++ b/gcc/ada/a-stzunb.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 --
@@ -269,6 +269,15 @@ package Ada.Strings.Wide_Wide_Unbounded is
procedure Find_Token
(Source : Unbounded_Wide_Wide_String;
Set : Wide_Wide_Maps.Wide_Wide_Character_Set;
+ From : Positive;
+ Test : Membership;
+ First : out Positive;
+ Last : out Natural);
+ pragma Ada_2012 (Find_Token);
+
+ procedure Find_Token
+ (Source : Unbounded_Wide_Wide_String;
+ Set : Wide_Wide_Maps.Wide_Wide_Character_Set;
Test : Membership;
First : out Positive;
Last : out Natural);