diff options
Diffstat (limited to 'gcc/ada/scans.adb')
-rw-r--r-- | gcc/ada/scans.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/scans.adb b/gcc/ada/scans.adb index a22fdfd99d0..4422064b28f 100644 --- a/gcc/ada/scans.adb +++ b/gcc/ada/scans.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2006, 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- -- @@ -31,7 +31,6 @@ -- -- ------------------------------------------------------------------------------ -with Namet; use Namet; with Snames; use Snames; package body Scans is |