diff options
Diffstat (limited to 'gcc/ada/styleg-c.ads')
-rw-r--r-- | gcc/ada/styleg-c.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/styleg-c.ads b/gcc/ada/styleg-c.ads index 67f896149a4..1ba9826a609 100644 --- a/gcc/ada/styleg-c.ads +++ b/gcc/ada/styleg-c.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2002 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- -- @@ -28,8 +28,6 @@ -- used by the compiler for style checking. These routines are in a separate -- package because they depend on the GNAT tree (Atree, Sinfo, ...). -with Types; use Types; - generic with procedure Error_Msg_N (Msg : String; N : Node_Or_Entity_Id); -- Output a message at the Sloc of the given node |