Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412359
Collapse All | Expand All

(-)a/src/lib/krb5/krb/deltat.c (-1 / +1 lines)
Lines 1195-1201 yyparse () Link Here
1195
int yychar;
1195
int yychar;
1196
1196
1197
/* The semantic value of the lookahead symbol.  */
1197
/* The semantic value of the lookahead symbol.  */
1198
YYSTYPE yylval;
1198
YYSTYPE yylval = { .val = 0 };
1199
1199
1200
    /* Number of syntax errors so far.  */
1200
    /* Number of syntax errors so far.  */
1201
    int yynerrs;
1201
    int yynerrs;

Return to bug 412359