Commit d8bd2077 authored by Mouse's avatar Mouse

Another attempt to fix Travis CI for Linux

parent f580ba87
...@@ -3996,7 +3996,7 @@ static int yy_get_next_buffer (void) ...@@ -3996,7 +3996,7 @@ static int yy_get_next_buffer (void)
else else
ret_val = EOB_ACT_CONTINUE_SCAN; ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { if ((yy_size_t) ((yy_n_chars) + number_to_move) > (yy_size_t) (YY_CURRENT_BUFFER_LVALUE->yy_buf_size)) {
/* Extend the array by 50%, plus the number we really need. */ /* Extend the array by 50%, plus the number we really need. */
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment