diff options
Diffstat (limited to 'ld/ldver.h')
-rw-r--r-- | ld/ldver.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* ldver.h -- Header file for ldver.c. - Copyright 1991, 1992, 1993, 1996 Free Software Foundation, Inc. + Copyright 1991, 1992, 1993, 1996, 2003 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -17,4 +17,4 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void ldversion PARAMS ((int)); +void ldversion (int); |