This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Janitor] ISO C90 prototypes for toplev.*


On Sun, 1 Jun 2003 12:48:20 -0400, Phil Edwards <phil@jaj.com> wrote:

> On Sun, Jun 01, 2003 at 05:48:03PM +0200, Gabriel Dos Reis wrote:
>> "Joseph S. Myers" <jsm28@cam.ac.uk> writes:
>> 
>> | On Sun, 1 Jun 2003, Andreas Jaeger wrote:
>> | 
>> | > +extern void reg_alloc (void);
>> | 
>> | > +extern int toplev_main			(int, char **);
>> | 
>> | Can we work out which of these two styles we are going to use (a single
>> | space - my preference - or aligning multiple prototypes)?
>> 
>> I vote for a single space.
>
> <aol>Me too!</aol>

Single space works for me.  Aligning them suggests that we would want to
be able to quickly compare the argument lists of multiple functions; I
don't think we care.

Jason


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