summaryrefslogtreecommitdiffstats
path: root/bfd/core.c
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-03-15 15:13:13 +0000
committerDavid MacKenzie <djm@cygnus>1994-03-15 15:13:13 +0000
commit57a1867e6c8713e9e5e86f933e6b416688b43e34 (patch)
treea228f1bdbccf2ffc7d14ff5eb8db25b551b108e9 /bfd/core.c
parentbaef2065d089cf8bf5bff6cd29699b65836cb3c6 (diff)
downloadppe42-binutils-57a1867e6c8713e9e5e86f933e6b416688b43e34.tar.gz
ppe42-binutils-57a1867e6c8713e9e5e86f933e6b416688b43e34.zip
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition. Indent some of them to GNU standards. * aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c, cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c, elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h, libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c: Update copyright years.
Diffstat (limited to 'bfd/core.c')
-rw-r--r--bfd/core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/core.c b/bfd/core.c
index c143776b9d..5d88a494c3 100644
--- a/bfd/core.c
+++ b/bfd/core.c
@@ -1,5 +1,5 @@
/* Core file generic interface routines for BFD.
- Copyright (C) 1990-1991 Free Software Foundation, Inc.
+ Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -45,8 +45,8 @@ DESCRIPTION
*/
CONST char *
-DEFUN(bfd_core_file_failing_command,(abfd),
- bfd *abfd)
+bfd_core_file_failing_command (abfd)
+ bfd *abfd;
{
if (abfd->format != bfd_core) {
bfd_set_error (bfd_error_invalid_operation);
OpenPOWER on IntegriCloud