diff options
Diffstat (limited to 'gcc/ada/s-sopco4.ads')
-rw-r--r-- | gcc/ada/s-sopco4.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-sopco4.ads b/gcc/ada/s-sopco4.ads index 5194dad6e5f..e705e5753d3 100644 --- a/gcc/ada/s-sopco4.ads +++ b/gcc/ada/s-sopco4.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -33,6 +33,10 @@ -- This package contains the function for concatenating four strings +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + package System.String_Ops_Concat_4 is pragma Pure; |