From: Will Estes Date: Fri, 26 Feb 2016 19:23:33 +0000 (-0500) Subject: Changed another buffer size to int; resolves gh#61 X-Git-Tag: v2.6.1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a51bd6c3016176b83d30fc44818d4ba3b8c946ba;p=flex Changed another buffer size to int; resolves gh#61 --- diff --git a/src/flex.skl b/src/flex.skl index 27abc15..9deeda5 100644 --- a/src/flex.skl +++ b/src/flex.skl @@ -554,7 +554,7 @@ struct yy_buffer_state /* Size of input buffer in bytes, not including room for EOB * characters. */ - yy_size_t yy_buf_size; + int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters.