summaryrefslogtreecommitdiff
path: root/gas/output-file.h
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.h
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.h')
-rw-r--r--gas/output-file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/output-file.h b/gas/output-file.h
index 48b7a6a29c..6779e4b404 100644
--- a/gas/output-file.h
+++ b/gas/output-file.h
@@ -19,8 +19,8 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-void output_file_append PARAMS ((char *where, long length, char *filename));
-void output_file_close PARAMS ((char *filename));
-void output_file_create PARAMS ((char *name));
+void output_file_append (char *where, long length, char *filename);
+void output_file_close (char *filename);
+void output_file_create (char *name);
/* end of output-file.h */