Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 01:13:21 -0600
From:      Warner Losh <imp@village.org>
To:        Alexander Langer <alex@big.endian.de>
Cc:        Dan Papasian <bugg@bugg.strangled.net>, Clive Lin <clive@CirX.ORG>, FreeBSD current <current@FreeBSD.ORG>
Subject:   Re: let badsect recog IFCHR in 5.0-C 
Message-ID:  <200006280713.BAA03574@harmony.village.org>
In-Reply-To: Your message of "Tue, 27 Jun 2000 18:14:31 %2B0200." <20000627181431.A15122@cichlids.cichlids.com> 
References:  <20000627181431.A15122@cichlids.cichlids.com>  <20000627230456.A18587@cartier.cirx.org> <20000627173821.A98097@cichlids.cichlids.com> <20000627120855.A3798@moe.c705742-a.htfdw1.ct.home.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000627181431.A15122@cichlids.cichlids.com> Alexander Langer writes:
: Thus spake Dan Papasian (bugg@bugg.strangled.net):
: 
: > > > +	// un-needed.
: > > > +	// memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1);
: > > > +	// *name_dir_end = 'r';
: > > Use /* */ comments or #if 0.
: > Actually, there was just a discussion on comp.lang.c about how
: > they aren't interchangable.  The 'un-needed' part will have
: > to be commented with /* */ because the preprocessor will
: > parse tokens before it evaluates conditionals.
: 
: Could you explain that paragraph? I really can't figure out what you
: try to say or what it has to do with my comment, respectively :)

/* That's OK */
#if 0
That's not
#endif

Warner


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




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