diff options
Diffstat (limited to 'gcc/ada/s-conca7.ads')
-rw-r--r-- | gcc/ada/s-conca7.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-conca7.ads b/gcc/ada/s-conca7.ads index 139a816..9aaf855 100644 --- a/gcc/ada/s-conca7.ads +++ b/gcc/ada/s-conca7.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2008-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2008-2013, 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- -- @@ -32,7 +32,7 @@ -- This package contains a procedure for runtime concatenation of seven string -- operands. It is used when we want to save space in the generated code. -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package System.Concat_7 is |