[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/7] glr.c: style changes
From: |
Theophile Ranquet |
Subject: |
[PATCH 5/7] glr.c: style changes |
Date: |
Fri, 11 Jan 2013 13:28:13 +0100 |
From: Akim Demaille <address@hidden>
* data/glr.c (yyuserAction): Use a size_t for sizes.
---
data/glr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/glr.c b/data/glr.c
index c2dc4c9..faab352 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[)
{
--
1.8.1
[PATCH 2/7] glr.cc: fatal if using api.token.ctor without variants, Theophile Ranquet, 2013/01/11