NetBSD/usr.bin/lex
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
ccl.c
config.h
COPYING
dfa.c
ecs.c
flex.1 Remove superfluous ] in last. 2003-07-09 14:47:33 +00:00
flex.skl
flexdef.h
FlexLexer.h
gen.c use bounded string op 2003-07-14 11:36:48 +00:00
initscan.c the line is needed (to remove closing doublequote) 2003-07-14 18:11:06 +00:00
libmain.c
libyywrap.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
main.c use bounded string op 2003-07-14 11:36:48 +00:00
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
misc.c use bounded string op 2003-07-14 11:36:48 +00:00
mkskel.sh
NEWS
nfa.c use bounded string op 2003-07-14 11:36:48 +00:00
parse.y use bounded string op 2003-07-14 11:36:48 +00:00
scan.l need this line to remove doublequote 2003-07-16 14:57:29 +00:00
sym.c
tblcmp.c
VERSION
version.h
yylex.c