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
:-)