summaryrefslogtreecommitdiff
path: root/src/flex.skl
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-27 23:00:14 +0100
committerWill Estes <westes575@gmail.com>2016-03-12 14:29:47 -0500
commitdc5501667785a960ba9e2b6b08d19274e292d7fa (patch)
tree8c59f101046d5f3fb342276cff5250b32d1989fa /src/flex.skl
parent8c098febc9a599397921e9b6938b7fb85e38cc7e (diff)
generated code, in yyensure_buffer_stack(), change type of local `num_to_alloc'
which is exclusively used in yy_size_t context
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 17da8da..d94b075 100644
--- a/src/flex.skl
+++ b/src/flex.skl
@@ -2326,7 +2326,7 @@ static void yyensure_buffer_stack YYFARGS0(void)
void yyFlexLexer::yyensure_buffer_stack(void)
%endif
{
- int num_to_alloc;
+ yy_size_t num_to_alloc;
M4_YY_DECL_GUTS_VAR();
if (!YY_G(yy_buffer_stack)) {