Index: s-sopco3.ads =================================================================== RCS file: /cvs/gcc/gcc/gcc/ada/s-sopco3.ads,v retrieving revision 1.5 diff -u -p -r1.5 s-sopco3.ads --- s-sopco3.ads 1 Jul 2005 01:26:50 -0000 1.5 +++ s-sopco3.ads 4 Jul 2005 13:20:08 -0000 @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2000, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, 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- -- @@ -37,6 +37,6 @@ package System.String_Ops_Concat_3 is pragma Pure (String_Ops_Concat_3); function Str_Concat_3 (S1, S2, S3 : String) return String; - -- Concatenate two strings and return resulting string + -- Concatenate three strings and return resulting string end System.String_Ops_Concat_3; Index: s-sopco4.ads =================================================================== RCS file: /cvs/gcc/gcc/gcc/ada/s-sopco4.ads,v retrieving revision 1.5 diff -u -p -r1.5 s-sopco4.ads --- s-sopco4.ads 1 Jul 2005 01:26:50 -0000 1.5 +++ s-sopco4.ads 4 Jul 2005 13:20:08 -0000 @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2000, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, 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- -- @@ -37,6 +37,6 @@ package System.String_Ops_Concat_4 is pragma Pure (String_Ops_Concat_4); function Str_Concat_4 (S1, S2, S3, S4 : String) return String; - -- Concatenate two strings and return resulting string + -- Concatenate four strings and return resulting string end System.String_Ops_Concat_4; Index: s-sopco5.ads =================================================================== RCS file: /cvs/gcc/gcc/gcc/ada/s-sopco5.ads,v retrieving revision 1.5 diff -u -p -r1.5 s-sopco5.ads --- s-sopco5.ads 1 Jul 2005 01:26:50 -0000 1.5 +++ s-sopco5.ads 4 Jul 2005 13:20:08 -0000 @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2000, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, 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- -- @@ -37,6 +37,6 @@ package System.String_Ops_Concat_5 is pragma Pure (String_Ops_Concat_5); function Str_Concat_5 (S1, S2, S3, S4, S5 : String) return String; - -- Concatenate two strings and return resulting string + -- Concatenate five strings and return resulting string end System.String_Ops_Concat_5;