Skip to content

Commit

Permalink
Bug 1292534 - Patch lexical parser files generated by flex. r=jgilbert
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 75f659604b0dfbebe38e2d75912f00a171576439
  • Loading branch information
Petr Cerny committed Mar 20, 2017
1 parent 902f860 commit 89ce732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gfx/angle/src/compiler/translator/glslang_lex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion media/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 89ce732

Please sign in to comment.