From: Akim Demaille Date: Fri, 4 Jan 2013 15:00:59 +0000 (+0100) Subject: glr.c: style changes X-Git-Tag: v2.7.90~184 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/bc19eadd65652ce52f85dcd6fb815a0e6f0541e4?ds=sidebyside glr.c: style changes * data/glr.c (yyuserAction): Use a size_t for sizes. --- diff --git a/data/glr.c b/data/glr.c index c2dc4c9b..faab3524 100644 --- a/data/glr.c +++ b/data/glr.c @@ -763,7 +763,7 @@ yyfill (yyGLRStackItem *yyvsp, int *yylow, int yylow1, yybool yynormal) * (@@$). Returns yyok for normal return, yyaccept for YYACCEPT, * yyerr for YYERROR, yyabort for YYABORT. */ static YYRESULTTAG -yyuserAction (yyRuleNum yyn, int yyrhslen, yyGLRStackItem* yyvsp, +yyuserAction (yyRuleNum yyn, size_t yyrhslen, yyGLRStackItem* yyvsp, yyGLRStack* yystackp, YYSTYPE* yyvalp]b4_locuser_formals[) {