summaryrefslogtreecommitdiffstats
path: root/lex.yy.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lex.yy.c.patch')
-rw-r--r--lex.yy.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/lex.yy.c.patch b/lex.yy.c.patch
new file mode 100644
index 00000000..b722d2f6
--- /dev/null
+++ b/lex.yy.c.patch
@@ -0,0 +1,13 @@
+--- lex.yy.c.shipped 2023-12-28 00:00:00.000000000 -0800
++++ lex.yy.c.shipped 2023-12-28 00:00:00.000000000 -0800
+@@ -4804,8 +4804,8 @@
+ /* Create the reject buffer large enough to save one state per allowed character. */
+ if ( ! yyg->yy_state_buf )
+ yyg->yy_state_buf = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE , yyscanner);
+- if ( ! yyg->yy_state_buf )
+- YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
++ if ( ! yyg->yy_state_buf )
++ YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
+
+ if ( ! yyg->yy_start )
+ yyg->yy_start = 1; /* first start state */