]> git.saurik.com Git - bison.git/commitdiff
(yyglrReduce): Don't use C89 string concatenation.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Jul 2003 07:42:25 +0000 (07:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Jul 2003 07:42:25 +0000 (07:42 +0000)
data/glr.c

index eebea9d721fcd135ead55a3fd66111cb6b8d1eac..beddd27fb2241bfe4b2593f8114d3ce314ccf6e8 100644 (file)
@@ -1200,8 +1200,7 @@ yyglrReduce (yyGLRStack* yystack, size_t yyk, yyRuleNum yyrule,
       yyupdateSplit (yystack, yys);
       yynewLRState = yyLRgotoState (yys->yylrState, yylhsNonterm (yyrule));
       YYDPRINTF ((stderr,
       yyupdateSplit (yystack, yys);
       yynewLRState = yyLRgotoState (yys->yylrState, yylhsNonterm (yyrule));
       YYDPRINTF ((stderr,
-                 "Reduced stack %lu by rule #%d; action deferred. "
-                 "Now in state %d.\n",
+                 "Reduced stack %lu by rule #%d; action deferred. Now in state %d.\n",
                  (unsigned long int) yyk, yyrule - 1, yynewLRState));
       for (yyi = 0; yyi < yystack->yytops.yysize; yyi += 1)
        if (yyi != yyk && yystack->yytops.yystates[yyi] != NULL)
                  (unsigned long int) yyk, yyrule - 1, yynewLRState));
       for (yyi = 0; yyi < yystack->yytops.yysize; yyi += 1)
        if (yyi != yyk && yystack->yytops.yystates[yyi] != NULL)