The R Project SVN R

Rev

Rev 43972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43972 Rev 55574
Line 1219... Line 1219...
1219
  /* The lookahead symbol.  */
1219
  /* The lookahead symbol.  */
1220
int yychar;
1220
int yychar;
1221
 
1221
 
1222
/* The semantic value of the lookahead symbol.  */
1222
/* The semantic value of the lookahead symbol.  */
1223
YYSTYPE yylval;
1223
YYSTYPE yylval;
-
 
1224
yylval.num = 0; /* -Wall */
1224
 
1225
 
1225
/* Number of syntax errors so far.  */
1226
/* Number of syntax errors so far.  */
1226
int yynerrs;
1227
int yynerrs;
1227
 
1228
 
1228
  int yystate;
1229
  int yystate;