summaryrefslogtreecommitdiff
path: root/ld/ldver.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
commit84c5e5376b0e2c7871e430d7a2db872a357e9869 (patch)
tree00da93bb58430151091cabe79deca9c9aaf1d30b /ld/ldver.h
parentbc870ceb4eaed5d1df4c7654525d152b261d6f08 (diff)
downloadbinutils-redhat-84c5e5376b0e2c7871e430d7a2db872a357e9869.tar.gz
Convert to C90
Diffstat (limited to 'ld/ldver.h')
-rw-r--r--ld/ldver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldver.h b/ld/ldver.h
index ef06937467..fd840a8b55 100644
--- a/ld/ldver.h
+++ b/ld/ldver.h
@@ -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);