diff options
Diffstat (limited to 'gcc/ada/g-spchge.adb')
-rwxr-xr-x | gcc/ada/g-spchge.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/g-spchge.adb b/gcc/ada/g-spchge.adb index 2e4c7c786fb..b1278a64811 100755 --- a/gcc/ada/g-spchge.adb +++ b/gcc/ada/g-spchge.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1998-2007, AdaCore -- +-- Copyright (C) 1998-2008, AdaCore -- -- -- -- 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- -- @@ -31,9 +31,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); package body GNAT.Spelling_Checker_Generic is |