From: Paul Eggert Date: Mon, 30 May 2005 17:22:55 +0000 (+0000) Subject: (yyparse): strlen -> yystrlen. X-Git-Tag: BISON-2_1~126 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/681c331d2c1a09d06270e1b888fb991c6b6cb233?ds=sidebyside (yyparse): strlen -> yystrlen. --- diff --git a/data/yacc.c b/data/yacc.c index 577a60f5..802e53d8 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -1157,7 +1157,7 @@ yyerrlab: } yyf = _(yyformat); - yysize1 = yysize + strlen (yyf); + yysize1 = yysize + yystrlen (yyf); yysize_overflow |= yysize1 < yysize; yysize = yysize1;