cvs commit: src/usr.bin/make var.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Sat Jan 29 23:21:40 PST 2005
okumoto 2005/01/29 23:20:59 PST
DragonFly src repository
Modified files:
usr.bin/make var.c
Log:
- Hide the following characters '(', ')', '{', '}' inside of #defines
to make it easyer to read. OPEN_PARN, CLOSE_PAREN, OPEN_BRACKET,
and CLOSE_BRACKET.
- Re-write for loop into a while loop to clearify operation.
Tested by comparing object files.
Revision Changes Path
1.52 +22 -11 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.51&r2=1.52&f=u
More information about the Commits
mailing list