From owner-cvs-all Sun Feb 17 19:39:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7CD9537B416; Sun, 17 Feb 2002 19:39:12 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id OAA00044; Mon, 18 Feb 2002 14:39:10 +1100 Date: Mon, 18 Feb 2002 14:39:09 +1100 (EST) From: Bruce Evans X-X-Sender: To: Robert Watson Cc: , Subject: Re: cvs commit: src/sys/kern sysv_sem.c In-Reply-To: <200202180023.g1I0Ni327409@freefall.freebsd.org> Message-ID: <20020218143505.K4583-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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