View | Details | Raw Unified | Return to bug 28362
Collapse All | Expand All

(-)skeleton.c (-2 / +2 lines)
Lines 67-73 Link Here
67
    "#define yyclearin (yychar=(YYEMPTY))",
67
    "#define yyclearin (yychar=(YYEMPTY))",
68
    "#define yyerrok (yyerrflag=0)",
68
    "#define yyerrok (yyerrflag=0)",
69
    "#define YYRECOVERING() (yyerrflag!=0)",
69
    "#define YYRECOVERING() (yyerrflag!=0)",
70
    "static int yygrowstack();",
70
    "static int yygrowstack(void);",
71
    0
71
    0
72
};
72
};
73
73
Lines 127-133 Link Here
127
char *body[] =
127
char *body[] =
128
{
128
{
129
    "/* allocate initial stack or double stack size, up to YYMAXDEPTH */",
129
    "/* allocate initial stack or double stack size, up to YYMAXDEPTH */",
130
    "static int yygrowstack()",
130
    "static int yygrowstack(void)",
131
    "{",
131
    "{",
132
    "    int newsize, i;",
132
    "    int newsize, i;",
133
    "    short *newss;",
133
    "    short *newss;",

Return to bug 28362