DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make var.c
okumoto 2005/02/15 03:05:22 PST
DragonFly src repository
Modified files:
usr.bin/make var.c
Log:
- Copy destroy code at end of Var_Parse() up into else-if blocks.
This temporarily increases the code size. Much of that goes
away, because the certain branches become unreachable, and thus
can be deleted.
Revision Changes Path
1.96 +70 -32 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.95&r2=1.96&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]