From: Akim Demaille Date: Thu, 19 Sep 2013 13:00:32 +0000 (+0200) Subject: glr: formatting changes X-Git-Tag: v3.0.1~27 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9e87ff54729e4d16d61b00b8338a516124ff094d glr: formatting changes * data/glr.c: here. --- diff --git a/data/glr.c b/data/glr.c index bd132333..03a2d078 100644 --- a/data/glr.c +++ b/data/glr.c @@ -1080,7 +1080,7 @@ yyexpandGLRStack (yyGLRStack* yystackp) } if (yystackp->yysplitPoint != YY_NULL) yystackp->yysplitPoint = YYRELOC (yystackp->yyitems, yynewItems, - yystackp->yysplitPoint, yystate); + yystackp->yysplitPoint, yystate); for (yyn = 0; yyn < yystackp->yytops.yysize; yyn += 1) if (yystackp->yytops.yystates[yyn] != YY_NULL)