]> granicus.if.org Git - flex/commitdiff
Changed another buffer size to int; resolves gh#61
authorWill Estes <westes575@gmail.com>
Fri, 26 Feb 2016 19:23:33 +0000 (14:23 -0500)
committerWill Estes <westes575@gmail.com>
Fri, 26 Feb 2016 19:23:33 +0000 (14:23 -0500)
src/flex.skl

index 27abc158d1b137d064e05d11fcf6ae97b1e99887..9deeda51bd579f4ce82c2124d70a6660d946649b 100644 (file)
@@ -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.