aboutsummaryrefslogtreecommitdiff
path: root/gas/output-file.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-03 03:39:58 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-03 03:39:58 +0000
commit24361518917bcfdb764a5cfe6caa7f4ee8d3f81d (patch)
tree9072477b054637affb48b1baf4f3ead318b77271 /gas/output-file.c
parent021d913e2ed9aa3cf3b061152f708d3d40f79dbd (diff)
downloadfsf-binutils-gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.zip
fsf-binutils-gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.tar.gz
fsf-binutils-gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.tar.bz2
* messages.c: Convert to ISO-C.
* obj.h: Likewise. * output-file.c: Likewise. * output-file.h: Likewise. * sb.c: Likewise. * sb.h: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * tc.h: Likewise.
Diffstat (limited to 'gas/output-file.c')
-rw-r--r--gas/output-file.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/output-file.c b/gas/output-file.c
index 531e35f..304e904 100644
--- a/gas/output-file.c
+++ b/gas/output-file.c
@@ -41,8 +41,7 @@
bfd *stdoutput;
void
-output_file_create (name)
- char *name;
+output_file_create (char *name)
{
if (name[0] == '-' && name[1] == '\0')
as_fatal (_("can't open a bfd on stdout %s"), name);
@@ -62,8 +61,7 @@ output_file_create (name)
}
void
-output_file_close (filename)
- char *filename;
+output_file_close (char *filename)
{
#ifdef BFD_ASSEMBLER
/* Close the bfd. */