Date: Sun, 17 Feb 2002 23:33:22 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sysv_sem.c Message-ID: <Pine.NEB.3.96L.1020217233227.69361I-100000@fledge.watson.org> In-Reply-To: <20020218143505.K4583-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Feb 2002, Bruce Evans wrote: > Er, style(9) doesn't have any requirements here AFAIK. The C standard > requires comments in /* ... */ and code (which may include comments) in > #if 0 ... #endif. (The previous version was neither comments nor code. > It was cdode for a language other than C mixed with C comments, all #if > 0'ed to limit its visibility. This only worked because the non-code > consisted of C tokens.) Hmm. I took that to be a comment, since it wasn't recognizable code. As such, I applied style(9)'s commenting rules to it. That discussion aside, I'm tempted to simply remove the comment since it's pretty redundant with respects to the declarations immediately above it (and was also wrong in several cases). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services 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?Pine.NEB.3.96L.1020217233227.69361I-100000>