diff options
Diffstat (limited to 'gcc/ada/sinput-l.ads')
-rw-r--r-- | gcc/ada/sinput-l.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/sinput-l.ads b/gcc/ada/sinput-l.ads index b24900cf7a6..7a4dda8f4de 100644 --- a/gcc/ada/sinput-l.ads +++ b/gcc/ada/sinput-l.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2004, 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- -- @@ -30,8 +30,6 @@ -- off into a child package to avoid a dependence of Sinput on Osint which -- would cause trouble in the tree read/write routines. -with Types; use Types; - package Sinput.L is ------------------------------------------ |