Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/lex



Module Name:    src
Committed By:   drochner
Date:           Mon Apr 20 16:01:18 UTC 2009

Modified Files:
        src/usr.bin/lex: flex.skl

Log Message:
if YY_NO_INPUT is defined, disable not only the declaration but also
the definition of yyinput(), avoids compiler warnings with newer gcc.
from Kurt J. Lidl per PR misc/41160, with a minor change to make it
generate paired #directives in the "-+", ie c++, case


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/lex/flex.skl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index