glr.c: style changes

* data/glr.c (yyuserAction): Use a size_t for sizes.
This commit is contained in:
Akim Demaille
2013-01-04 16:00:59 +01:00
committed by Theophile Ranquet
parent 1092d69c34
commit bc19eadd65

View File

@@ -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[)
{