cvs commit: src/usr.sbin/config config.y
Bruce Evans
bde at FreeBSD.org
Fri Nov 14 03:23:27 PST 2003
bde 2003/11/14 03:23:26 PST
FreeBSD src repository
Modified files:
usr.sbin/config config.y
Log:
Fixed spurious syntax errors for including files that don't begin with
a SEMICOLON token (a newline or semicolon, or one of these preceded
by a comment and/or whitespace). The input stream was switched too
early and the parser was expecting a SEMICOLON in the included file
instead of after the filename in the include directive.
Submitted by: Stefan Farfeleder <stefan at fafoe.narf.at>
Kept alive by: Adam C. Migus <adam at migus.org>
Revision Changes Path
1.62 +4 -3 src/usr.sbin/config/config.y
More information about the cvs-src
mailing list