diff options
Diffstat (limited to 'contrib/binutils/gas/subsegs.h')
-rw-r--r-- | contrib/binutils/gas/subsegs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/gas/subsegs.h b/contrib/binutils/gas/subsegs.h index 9a5abb0..331c557 100644 --- a/contrib/binutils/gas/subsegs.h +++ b/contrib/binutils/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 *); |