From owner-cvs-all Sun Dec 3 0:11:46 2000 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 EA7E437B400; Sun, 3 Dec 2000 00:11:39 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id TAA11975; Sun, 3 Dec 2000 19:11:35 +1100 Date: Sun, 3 Dec 2000 19:12:24 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... In-Reply-To: <200012021858.eB2Iw3F88460@freefall.freebsd.org> 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 Sat, 2 Dec 2000, Will Andrews wrote: > will 2000/12/02 10:58:03 PST > > Modified files: > usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c > job.h list.h lst.h main.c make.c make.h > parse.c sprite.h suff.c targ.c var.c > usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c > lstDeQueue.c lstDestroy.c lstDupl.c > lstFind.c lstFindFrom.c lstFirst.c > lstForEachFrom.c lstInit.c lstInsert.c > lstInt.h lstIsEmpty.c lstLast.c > lstMember.c lstNext.c lstOpen.c > lstRemove.c lstReplace.c lstSucc.c > Log: > There's no reason to use fancy forms of NULL. Replace all instances > of NIL, NILLST, NILLGNODE, etc. with NULL. K&R support is one reason. There are also stylistic reasons. Programmers who believe in explicit casting of values returned by malloc(), like the author of make(1), may believe in explicit types for everything. > Obtained from: OpenBSD I think make(1) is maintained by NetBSD (Christos Zoulas). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message