OSDN Git Service

2007-04-20 Eric Botcazou <ebotcazou@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-sopco3.ads
index 3040419..ff7dec2 100644 (file)
@@ -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- --
@@ -34,9 +34,9 @@
 --  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 two strings and return resulting string
+   --  Concatenate three strings and return resulting string
 
 end System.String_Ops_Concat_3;