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]

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


I applied the following change as obvious.

2005-03-28  Joel Brobecker  <brobecker@adacore.com>

        * irix-core.c: Convert to ISO C.

Tested by rebuilding bfd. No warning.

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?

Thanks,
-- 
Joel

Attachment: irix-core.c.diff
Description: Text document


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