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