Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 19:37:40 +0100
From:      Tony Finch <dot@dotat.at>
To:        David O'Brien <obrien@FreeBSD.ORG>
Cc:        Tony Finch <dot@dotat.at>, Giorgos Keramidas <keramida@FreeBSD.ORG>, committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h
Message-ID:  <20020515193740.A9887@chiark.greenend.org.uk>
In-Reply-To: <20020515111423.A35429@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, May 15, 2002 at 11:14:23AM -0700
References:  <200205142159.g4ELxBg73906@freefall.freebsd.org> <20020515171852.GB65155@hades.hell.gr> <20020515190738.C31038@chiark.greenend.org.uk> <20020515111423.A35429@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 15, 2002 at 11:14:23AM -0700, David O'Brien wrote:
> On Wed, May 15, 2002 at 07:07:38PM +0100, Tony Finch wrote:
> > 
> > Spaces are also allowed before the # of a preprocessing directive.
> 
> Not in older K&R compilers, nor style(9).

I was pedanting about the C standard. If you are going to normalize
code then you should deal with stuff that is denormalized like

	#ifndef TRUE
	  #define TRUE 1
	  #define FALSE 0
	#endif

Tony.
-- 
f.a.n.finch <dot@dotat.at> http://dotat.at/
FAIR ISLE: SOUTHWEST 5 OR 6 BECOMING VARIABLE 3 OR 4. OCCASIONAL RAIN.
MODERATE OR GOOD.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020515193740.A9887>