mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(yyparse): strlen -> yystrlen.
This commit is contained in:
@@ -1157,7 +1157,7 @@ yyerrlab:
|
||||
}
|
||||
|
||||
yyf = _(yyformat);
|
||||
yysize1 = yysize + strlen (yyf);
|
||||
yysize1 = yysize + yystrlen (yyf);
|
||||
yysize_overflow |= yysize1 < yysize;
|
||||
yysize = yysize1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user