cvs commit: src/usr.bin/make var.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Tue Mar 15 16:13:22 PST 2005
okumoto 2005/03/15 16:13:04 PST
DragonFly src repository
Modified files:
usr.bin/make var.c
Log:
patch-7.128
Var_Parse()
Add temp variable so calculations can be performed before
we return.
VarParse()
Caclucate consumed via (vp->ptr - vp->input)
VaraParseShort()
Reduce number of explict parameter passed bu passing them
via struct VarParser.
Revision Changes Path
1.153 +11 -10 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.152&r2=1.153&f=u
More information about the Commits
mailing list