cvs commit: src/usr.bin/make var.c
Hartmut Brandt
harti at FreeBSD.org
Mon Mar 21 04:07:14 PST 2005
harti 2005-03-21 12:07:14 UTC
FreeBSD src repository
Modified files:
usr.bin/make var.c
Log:
Don't pass 'consumed' through all the parsing routines where it can be computed
by the caller. Don't pass 'endc' - it can be computed from 'startc'.
Remove unneccessary temporary variables. Remove constant if-expressions
and remove code before call Fatal() - there is no point to cleanup before
aborting.
Patch: 7.134,7.135
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.125 +102 -131 src/usr.bin/make/var.c
More information about the cvs-src
mailing list