summaryrefslogtreecommitdiff
path: root/src/flex.skl
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-02-26 14:23:33 -0500
committerWill Estes <westes575@gmail.com>2016-02-26 14:23:33 -0500
commita51bd6c3016176b83d30fc44818d4ba3b8c946ba (patch)
tree36170f9f02cced566d030376c9f4e87c6da96dc2 /src/flex.skl
parent4a8eccf830e36f6611dc9cc6debd815ff32dcaf5 (diff)
Changed another buffer size to int; resolves gh#61
Diffstat (limited to 'src/flex.skl')
-rw-r--r--src/flex.skl2
1 files changed, 1 insertions, 1 deletions
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.