View | Details | Raw Unified | Return to bug 179174
Collapse All | Expand All

(-)usr.bin/lex/flex.skl (+3 lines)
Lines 1222-1227 Link Here
1222
%*
1222
%*
1223
1223
1224
	{
1224
	{
1225
	if ( ! b )
1226
		YY_FATAL_ERROR( "NULL buffer passed to yy_init_buffer()" );
1227
1225
	yy_flush_buffer( b );
1228
	yy_flush_buffer( b );
1226
1229
1227
	b->yy_input_file = file;
1230
	b->yy_input_file = file;

Return to bug 179174