(yyparse): strlen -> yystrlen.

This commit is contained in:
Paul Eggert
2005-05-30 17:22:55 +00:00
parent 989b5b8e3d
commit 681c331d2c

View File

@@ -1157,7 +1157,7 @@ yyerrlab:
}
yyf = _(yyformat);
yysize1 = yysize + strlen (yyf);
yysize1 = yysize + yystrlen (yyf);
yysize_overflow |= yysize1 < yysize;
yysize = yysize1;