projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1092d69
)
glr.c: style changes
author
Akim Demaille
<akim@lrde.epita.fr>
Fri, 4 Jan 2013 15:00:59 +0000
(16:00 +0100)
committer
Theophile Ranquet
<ranquet@lrde.epita.fr>
Fri, 11 Jan 2013 17:57:09 +0000
(18:57 +0100)
* data/glr.c (yyuserAction): Use a size_t for sizes.
data/glr.c
patch
|
blob
|
history
diff --git
a/data/glr.c
b/data/glr.c
index
c2dc4c9
..
faab352
100644
(file)
--- 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,
in
t yyrhslen, yyGLRStackItem* yyvsp,
+yyuserAction (yyRuleNum yyn,
size_
t yyrhslen, yyGLRStackItem* yyvsp,
yyGLRStack* yystackp,
YYSTYPE* yyvalp]b4_locuser_formals[)
{