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/subsegs.h | |
parent | 021d913e2ed9aa3cf3b061152f708d3d40f79dbd (diff) | |
download | binutils-gdb-24361518917bcfdb764a5cfe6caa7f4ee8d3f81d.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/subsegs.h')
-rw-r--r-- | gas/subsegs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/subsegs.h b/gas/subsegs.h index 9a5abb019c1..331c55709f5 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -121,8 +121,8 @@ typedef struct segment_info_struct { #ifdef BFD_ASSEMBLER -extern segment_info_type *seg_info PARAMS ((segT)); -extern symbolS *section_symbol PARAMS ((segT)); +extern segment_info_type *seg_info (segT); +extern symbolS *section_symbol (segT); #else /* ! BFD_ASSEMBLER */ @@ -152,4 +152,4 @@ struct seg_info_trash { #endif /* ! BFD_ASSEMBLER */ -extern void subsegs_print_statistics PARAMS ((FILE *)); +extern void subsegs_print_statistics (FILE *); |