diff options
Diffstat (limited to 'gcc/ada/s-sopco3.ads')
-rw-r--r-- | gcc/ada/s-sopco3.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-sopco3.ads b/gcc/ada/s-sopco3.ads index 70d75f74de6..ff7dec2093c 100644 --- a/gcc/ada/s-sopco3.ads +++ b/gcc/ada/s-sopco3.ads @@ -34,7 +34,7 @@ -- This package contains the function for concatenating three strings package System.String_Ops_Concat_3 is -pragma Pure (String_Ops_Concat_3); + pragma Pure; function Str_Concat_3 (S1, S2, S3 : String) return String; -- Concatenate three strings and return resulting string |