cvs commit: src/usr.bin/make var.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Sat Mar 12 04:02:23 PST 2005
okumoto 2005/03/12 04:00:31 PST
DragonFly src repository
Modified files:
usr.bin/make var.c
Log:
patch-7.116
Start style changes that harti requested, and other general
cleanup.
- Moved variable out of local scope.
- Renamed result variable to value, common code becomes
more visible.
- Add comment that explains why places consumed is adjusted.
- Rename freePtr to freeResult to clearify what should be
free'ed
Revision Changes Path
1.143 +37 -41 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.142&r2=1.143&f=u
More information about the Commits
mailing list