Bug 1292534 - Patch lexical parser files generated by flex. r=jgilbert

--HG--
extra : rebase_source : 75f659604b0dfbebe38e2d75912f00a171576439
This commit is contained in:
Petr Cerny 2017-03-20 18:20:19 -04:00
parent 902f860ca7
commit 89ce732573
2 changed files with 2 additions and 2 deletions

View File

@ -2338,7 +2338,7 @@ static int yy_get_next_buffer (yyscan_t yyscanner)
else
{
yy_size_t num_to_read =
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )

View File

@ -1247,7 +1247,7 @@ static int yy_get_next_buffer (yyscan_t yyscanner)
else
{
yy_size_t num_to_read =
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )