Date: Mon, 18 Feb 2002 14:39:09 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Robert Watson <rwatson@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/kern sysv_sem.c Message-ID: <20020218143505.K4583-100000@gamplex.bde.org> In-Reply-To: <200202180023.g1I0Ni327409@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Feb 2002, Robert Watson wrote: > rwatson 2002/02/17 16:23:44 PST > > Modified files: > sys/kern sysv_sem.c > Log: > style(9) prefers formatted comments in '/*' ... '*/' as opposed to > #if 0'd. > > Revision Changes Path > 1.43 +12 -12 src/sys/kern/sysv_sem.c 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.) Bruce 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?20020218143505.K4583-100000>