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: Convert some include/coff and include/elf to ISO C90


On Sun, Jun 29, 2003 at 02:44:48PM +0200, Andreas Jaeger wrote:
>  extern void bfd_mips_elf32_swap_reginfo_in
> -  PARAMS ((bfd *, const Elf32_External_RegInfo *, Elf32_RegInfo *));
> + (bfd *, const Elf32_External_RegInfo *, Elf32_RegInfo *);

For functions parameter lists on the next line, I've been indenting by
two spaces.

> Index: include/elf/reloc-macros.h

You can also get rid of any code inside #ifndef __STDC__ (and the test
too, of course).  OK to commit with this additional change.  Please
yourself about the style change.

-- 
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]