summaryrefslogtreecommitdiff
path: root/gcc/ada/stringt.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/stringt.ads')
-rw-r--r--gcc/ada/stringt.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/stringt.ads b/gcc/ada/stringt.ads
index ca68c259347..8453ab5697a 100644
--- a/gcc/ada/stringt.ads
+++ b/gcc/ada/stringt.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2003 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- --
@@ -99,6 +99,7 @@ package Stringt is
-- Returns length of previously stored string
function Get_String_Char (Id : String_Id; Index : Int) return Char_Code;
+ pragma Inline (Get_String_Char);
-- Obtains the specified character from a stored string. The lower bound
-- of stored strings is always 1, so the range is 1 .. String_Length (Id).