This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] converted irix-core.c to ISO C


On Mon, Mar 28, 2005 at 09:11:35PM -0800, Joel Brobecker wrote:
> There was one formatting question I had regarding the prototypes,
> though:
> 
>         static const bfd_target *irix_core_core_file_p
>           (bfd *);
> 
> Should the "(bfd *);" part be joined with the previous line if the entire
> declaration fits in one line?

I don't think it matters.  Hmm, most of those prototypes can be deleted,
since you only need forward declarations now.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]