diff options
Diffstat (limited to 'gcc/ada/bindgen.ads')
-rw-r--r-- | gcc/ada/bindgen.ads | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/bindgen.ads b/gcc/ada/bindgen.ads index 846f986..60d53db 100644 --- a/gcc/ada/bindgen.ads +++ b/gcc/ada/bindgen.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004 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- -- @@ -35,10 +35,6 @@ package Bindgen is - ------------------ - -- Subprograms -- - ------------------ - procedure Gen_Output_File (Filename : String); -- Filename is the full path name of the binder output file |