aboutsummaryrefslogtreecommitdiff
path: root/ld/ldwrite.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@gmail.com>2003-06-28 05:28:54 +0000
commit1579bae1cd094ed9b986d2128997953600ca910d (patch)
tree17d62b19ecb6002f3c0982a8a13011ce3f83aa8a /ld/ldwrite.h
parentb9ae04920ab4f0d0c10fad9dff55c4ca3e2d2251 (diff)
downloadfsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.zip
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.gz
fsf-binutils-gdb-1579bae1cd094ed9b986d2128997953600ca910d.tar.bz2
Convert to C90
Diffstat (limited to 'ld/ldwrite.h')
-rw-r--r--ld/ldwrite.h7
1 files changed, 4 insertions, 3 deletions
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);