freebsd-dev/usr.sbin/config
Bruce Evans e3937b620a 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>
2003-11-14 11:23:25 +00:00
..
SMM.doc Remove this Makefile, these docs are built by the Makefiles in src/share/doc/smm. 2003-02-01 20:34:04 +00:00
config.5 Eliminate non-existent word. 2003-07-13 09:11:10 +00:00
config.8 Add a reference to config(5) in the SEE ALSO section. 2003-08-06 21:41:35 +00:00
config.h Convert to using <sys/queue.h> macros. 2003-02-15 02:26:13 +00:00
config.y Fixed spurious syntax errors for including files that don't begin with 2003-11-14 11:23:25 +00:00
configvers.h Bump the config version to force people to upgrade their config(8) 2003-04-15 21:29:11 +00:00
lang.l Implemented "nooption" and "nomakeoption" config(8) tokens. 2003-02-26 23:36:59 +00:00
main.c Check the return values of opendir() and unlink() in cleanheaders(). 2003-06-12 11:36:54 +00:00
Makefile Best we can do is WARNS=1 due to lex. 2003-06-11 21:27:37 +00:00
mkheaders.c Print FYI messages on stderr. Previously, they were printed on stdout, 2003-03-09 15:08:47 +00:00
mkmakefile.c Not particularly pretty hack to generate rules to make .ln files 2003-06-16 20:08:15 +00:00
mkoptions.c Convert to using <sys/queue.h> macros. 2003-02-15 02:26:13 +00:00