DragonFly commits List (threaded) for 2008-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/lex flex.skl
swildner 2008/05/01 13:01:24 PDT
DragonFly src repository
Modified files:
usr.bin/lex flex.skl
Log:
Turn off yy_flex_realloc() related warnings (such as the one issued when
building usr.sbin/config) by marking the function unused.
There are a number of things which decide whether it's used or not, such
as using REJECT, %option yylineno, and some trailing context patterns.
See NetBSD's revisions 1.10 & 1.19.
Taken-from: NetBSD
Revision Changes Path
1.7 +5 -1 src/usr.bin/lex/flex.skl
http://www.dragonflybsd.org/cvsweb/src/usr.bin/lex/flex.skl.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]