Date: Tue, 15 Mar 2005 14:52:10 +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: <200503151452.j2FEqBcj071317@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-15 14:52:10 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Style: Move a variable from a local scope up to the begin of the function. Rename result variable so common code becomes more visible. Rename freePtr to freeResult to make clear what pointer must be freed. Patch: 7.116, 7.116a Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.115 +38 -41 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151452.j2FEqBcj071317>