DragonFly commits List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make var.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]