The R Project SVN R

Rev

Rev 69158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69158 Rev 84145
Line 1222... Line 1222...
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
yylval.num = 0; /* -Wall */
1225
 
1225
 
1226
/* Number of syntax errors so far.  */
1226
/* Number of syntax errors so far.  */
1227
int yynerrs;
1227
//int yynerrs;
1228
 
1228
 
1229
  int yystate;
1229
  int yystate;
1230
  int yyn;
1230
  int yyn;
1231
  int yyresult;
1231
  int yyresult;
1232
  /* Number of tokens to shift before error messages enabled.  */
1232
  /* Number of tokens to shift before error messages enabled.  */
Line 1275... Line 1275...
1275
 
1275
 
1276
  YYDPRINTF ((stderr, "Starting parse\n"));
1276
  YYDPRINTF ((stderr, "Starting parse\n"));
1277
 
1277
 
1278
  yystate = 0;
1278
  yystate = 0;
1279
  yyerrstatus = 0;
1279
  yyerrstatus = 0;
1280
  yynerrs = 0;
1280
//  yynerrs = 0;
1281
  yychar = YYEMPTY;		/* Cause a token to be read.  */
1281
  yychar = YYEMPTY;		/* Cause a token to be read.  */
1282
 
1282
 
1283
  /* Initialize stack pointers.
1283
  /* Initialize stack pointers.
1284
     Waste one element of value and location stack
1284
     Waste one element of value and location stack
1285
     so that they stay on the same level as the state stack.
1285
     so that they stay on the same level as the state stack.
Line 1601... Line 1601...
1601
`------------------------------------*/
1601
`------------------------------------*/
1602
yyerrlab:
1602
yyerrlab:
1603
  /* If not already recovering from an error, report this error.  */
1603
  /* If not already recovering from an error, report this error.  */
1604
  if (!yyerrstatus)
1604
  if (!yyerrstatus)
1605
    {
1605
    {
1606
      ++yynerrs;
1606
//      ++yynerrs;
1607
#if ! YYERROR_VERBOSE
1607
#if ! YYERROR_VERBOSE
1608
      yyerror (YY_("syntax error"));
1608
      yyerror (YY_("syntax error"));
1609
#else
1609
#else
1610
      {
1610
      {
1611
	YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
1611
	YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);