From 1579bae1cd094ed9b986d2128997953600ca910d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 28 Jun 2003 05:28:54 +0000 Subject: Convert to C90 --- ld/ldwrite.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ld/ldwrite.h') diff --git a/ld/ldwrite.h b/ld/ldwrite.h index 68d8b52..13617c0 100644 --- a/ld/ldwrite.h +++ b/ld/ldwrite.h @@ -1,5 +1,5 @@ /* ldwrite.h - - Copyright 1991, 1992, 1993 Free Software Foundation, Inc. + Copyright 1991, 1992, 1993, 2003 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -15,6 +15,7 @@ You should have received a copy of the GNU General Public License along with GLD; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ -void ldwrite PARAMS ((void)); +void ldwrite (void); -- cgit v1.1