Convert to C90

This commit is contained in:
Alan Modra
2003-06-28 05:28:54 +00:00
parent b9ae04920a
commit 1579bae1cd
35 changed files with 1501 additions and 2223 deletions

View File

@ -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);