зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1292534 - Patch lexical parser files generated by flex. r=jgilbert
--HG-- extra : rebase_source : 75f659604b0dfbebe38e2d75912f00a171576439
This commit is contained in:
Родитель
902f860ca7
Коммит
89ce732573
|
@ -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 )
|
||||
|
|
|
@ -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 )
|
||||
|
|
Загрузка…
Ссылка в новой задаче