flex
flex copied to clipboard
yyinput() didn't correctly store yy_hold_char
This fixes issue https://github.com/westes/flex/issues/395.
Shouldn't yyleng be updated to reflect new length of yytext?
Please rebase and resolve conflicts.