cvs commit: src/usr.bin/make for.c nonints.h parse.c
Ruslan Ermilov
ru at FreeBSD.org
Wed Mar 10 13:51:07 PST 2004
ru 2004/03/10 13:51:06 PST
FreeBSD src repository
Modified files:
usr.bin/make for.c nonints.h parse.c
Log:
Reworked the fix to print the useful line number on error in
the .for loop:
- Replaced four global variables in parse.c with one.
- Made Parse_FromString() accept the "lineno" as an argument.
- Fixed line numbering when there are escaped newlines in the
body of the .for loop.
Adopted from: NetBSD
Revision Changes Path
1.21 +4 -2 src/usr.bin/make/for.c
1.20 +2 -2 src/usr.bin/make/nonints.h
1.53 +73 -85 src/usr.bin/make/parse.c
More information about the cvs-src
mailing list