Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 03:13:28 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Mark Murray <mark@grondar.za>
Cc:        Mike Heffner <mikeh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/lam lam.c 
Message-ID:  <Pine.BSF.4.21.0102090302160.7748-100000@besplex.bde.org>
In-Reply-To: <200102080649.f186n9C50045@gratis.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102090302160.7748-100000>