Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   lukem
Date:           Fri Jan 15 05:22:34 UTC 1999

Modified Files:
        src/usr.bin/lex: flex.skl
Log Message:
shut up `unused label' warning with %options yylineno, using a disgusting hack:
#ifdef __GNUC__
if (0)
goto find_label;
#endif
:-)




Home | Main Index | Thread Index | Old Index