aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-strsup.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-strsup.ads')
-rw-r--r--gcc/ada/a-strsup.ads10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ada/a-strsup.ads b/gcc/ada/a-strsup.ads
index 3fbdc02..c88c563 100644
--- a/gcc/ada/a-strsup.ads
+++ b/gcc/ada/a-strsup.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2003-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2003-2010, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -293,6 +293,14 @@ package Ada.Strings.Superbounded is
procedure Super_Find_Token
(Source : Super_String;
Set : Maps.Character_Set;
+ From : Positive;
+ Test : Membership;
+ First : out Positive;
+ Last : out Natural);
+
+ procedure Super_Find_Token
+ (Source : Super_String;
+ Set : Maps.Character_Set;
Test : Membership;
First : out Positive;
Last : out Natural);