Source-Changes archive

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

CVS commit: [netbsd-5] src/usr.bin/lex



Module Name:    src
Committed By:   sborrill
Date:           Tue Dec 22 15:34:40 UTC 2009

Modified Files:
        src/usr.bin/lex [netbsd-5]: flex.skl initscan.c

Log Message:
Pull up the following revisions(s) (requested by hubertf in ticket #1197):
        usr.bin/lex/flex.skl:   revision 1.23-125
        usr.bin/lex/initscan.c: revision 1.18

If YY_NO_INPUT is defined, disable not only the declaration but also
the definition of yyinput() to avoid compiler warnings with newer gcc.
Addresses PR#41160.
Introduce ANSI prototypes for yyinput.
Conditionalize the yyinput/input() function definition the same way
as it's always been done in the prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.28.1 src/usr.bin/lex/flex.skl
cvs rdiff -u -r1.17 -r1.17.40.1 src/usr.bin/lex/initscan.c

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