From owner-cvs-all Thu Feb 8 8:14:39 2001 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 E30A937B4EC; Thu, 8 Feb 2001 08:14:13 -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 DAA13709; Fri, 9 Feb 2001 03:13:50 +1100 Date: Fri, 9 Feb 2001 03:13:28 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Mark Murray Cc: Mike Heffner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lam lam.c In-Reply-To: <200102080649.f186n9C50045@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 8 Feb 2001, Mark Murray wrote: > > This just breaks K&R support and adds style bugs (spaces after function > > names, and **argv instead of *argv[]). > > K&R support is not important anymore. Some disagree. It is only not very important IMO. Not worth the effort to throw it away. > Spaces after function names is not good, I agree, and the **argv --> > *argv[] thing should happen. I hope you mean backing out of the *argv[] -> **argv thing. I normally use **argv, but both style(9) and the ISO C standard use *argv[]. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message