NetBSD/usr.bin/lex
lukem 08680ea4eb yy_flex_realloc(): apply __attribute__((__unused__)) instead of
wrapping with  #ifndef YY_USES_REJECT  .  Fixes [toolchain/11845].

Use __attribute__((__unused__)) instead of __attribute__((unused)).
2003-12-02 06:22:14 +00:00
..
COPYING
FlexLexer.h More g++-3 fixes: 2003-11-18 21:37:39 +00:00
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
NEWS More g++-3 fixes: 2003-11-18 21:37:39 +00:00
VERSION
ccl.c
config.h
dfa.c
ecs.c
flex.1 More g++-3 fixes: 2003-11-18 21:37:39 +00:00
flex.skl yy_flex_realloc(): apply __attribute__((__unused__)) instead of 2003-12-02 06:22:14 +00:00
flexdef.h include <malloc.h> only if we don't have <stdlib.h> 2003-10-28 20:43:51 +00:00
gen.c More g++-3 fixes: 2003-11-18 21:37:39 +00:00
initscan.c yy_flex_realloc(): apply __attribute__((__unused__)) instead of 2003-12-02 06:22:14 +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
misc.c use bounded string op 2003-07-14 11:36:48 +00:00
mkskel.sh
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.h
yylex.c