Re: Preprocessor style.

2007-11-07 Thread José Matos
On Wednesday 07 November 2007 19:11:42 Andre Poenitz wrote: > A > B >> C. > > I think nesting #ifdef's is ok, but as we do not use the preprocessor > heavily it probably does not make much of a difference. +1 > Andre' -- José Abílio

Re: Preprocessor style.

2007-11-07 Thread Andre Poenitz
On Tue, Nov 06, 2007 at 09:29:57PM -0500, Richard Heck wrote: > Bo Peng wrote: >> Hi, Andre, >> >> What are our rules for preprocessor indentation? Please choose from A, >> B, or C from the attache file. I personally prefer B. >> > I hereby declare that I have no preference. I vote with Andre. ;

Re: Preprocessor style.

2007-11-07 Thread Andre Poenitz
On Wed, Nov 07, 2007 at 06:34:22PM +1800, Bo Peng wrote: > Hi, Andre, > > What are our rules for preprocessor indentation? Please choose from A, > B, or C from the attache file. I personally prefer B. A > B >> C. I think nesting #ifdef's is ok, but as we do not use the preprocessor heavily it pr

Re: Preprocessor style.

2007-11-07 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > Hi, Andre, > > What are our rules for preprocessor indentation? Please choose from A, > B, or C from the attache file. I personally prefer B. I am not sure which one I prefer (not C). JMarc

Re: Preprocessor style.

2007-11-06 Thread Richard Heck
Bo Peng wrote: Hi, Andre, What are our rules for preprocessor indentation? Please choose from A, B, or C from the attache file. I personally prefer B. I hereby declare that I have no preference. I vote with Andre. ;-) rh Cheers, Bo ---