summaryrefslogtreecommitdiff
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
commitc87e3cc867a0990b5c9c1be77171754ebdce1ec6 (patch)
treeceaa3c55f10969de3611a845fb605a75b42a644f /gas/output-file.c
parent1ceb8d22f02bc471cb840f269378fef127054b30 (diff)
downloadbinutils-redhat-c87e3cc867a0990b5c9c1be77171754ebdce1ec6.tar.gz
* 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 531e35fa69..304e90447b 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. */