Date: Fri, 14 Nov 2003 03:23:26 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.y Message-ID: <200311141123.hAEBNQWC020324@repoman.freebsd.org>
index | next in thread | raw e-mail
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@fafoe.narf.at>
Kept alive by: Adam C. Migus <adam@migus.org>
Revision Changes Path
1.62 +4 -3 src/usr.sbin/config/config.y
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141123.hAEBNQWC020324>
