]> git.saurik.com Git - bison.git/commitdiff
(yyparse): strlen -> yystrlen.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 17:22:55 +0000 (17:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 17:22:55 +0000 (17:22 +0000)
data/yacc.c

index 577a60f5b7bc5a316ee6d484820c6681542b43b9..802e53d872e47ad2c7decad7416d05532f8c8380 100644 (file)
@@ -1157,7 +1157,7 @@ yyerrlab:
              }
 
          yyf = _(yyformat);
              }
 
          yyf = _(yyformat);
-         yysize1 = yysize + strlen (yyf);
+         yysize1 = yysize + yystrlen (yyf);
          yysize_overflow |= yysize1 < yysize;
          yysize = yysize1;
 
          yysize_overflow |= yysize1 < yysize;
          yysize = yysize1;