Add flex option to stop warning about unused yyunput().

main
David Gibson 2005-07-11 13:53:13 +10:00
parent c5c437e25b
commit 5a446b0cd8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* USA
*/

%option noyywrap
%option noyywrap nounput

%x CELLDATA
%x BYTESTRING