cvs commit: src/usr.bin/make var.c
Hartmut Brandt
harti at FreeBSD.org
Tue Mar 15 06:52:11 PST 2005
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 at ucsd.edu>
Revision Changes Path
1.115 +38 -41 src/usr.bin/make/var.c
More information about the cvs-src
mailing list