Date: Thu, 10 Feb 2005 14:50:34 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c Message-ID: <200502101450.j1AEoYaf091565@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-10 14:50:34 UTC
FreeBSD src repository
Modified files:
usr.bin/make var.c
Log:
Style nits:
Move some assignments nearer to where they actually used. Convert a loop
from a for() to a while() to make it clearer and add braces to the long
body of it. Split assignment from variable declaration.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.78 +13 -7 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101450.j1AEoYaf091565>
