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/14 01:58:28 PST
DragonFly src repository
Modified files:
usr.bin/make var.c
Log:
- Changed type of vlen from int to size_t.
- Replaced usage of function scope variable 'rw_str' with vname
from a local scope. This makes it clear that the value in rw_str
is dead.
Revision Changes Path
1.90 +18 -17 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.89&r2=1.90&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]