diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-03 03:39:58 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-03 03:39:58 +0000 |
commit | 24361518917bcfdb764a5cfe6caa7f4ee8d3f81d (patch) | |
tree | 9072477b054637affb48b1baf4f3ead318b77271 /gas/output-file.h | |
parent | 021d913e2ed9aa3cf3b061152f708d3d40f79dbd (diff) | |
download | gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.zip gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.tar.gz 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.h')
-rw-r--r-- | gas/output-file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/output-file.h b/gas/output-file.h index 48b7a6a..6779e4b 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 */ |