/[bison]/bison/data/yacc.c
ViewVC logotype

Diff of /bison/data/yacc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by akim, Thu Jul 25 19:34:54 2002 UTC revision 1.10 by akim, Fri Jul 26 06:25:35 2002 UTC
# Line 650  b4_c_function([yyreport_parse_error], Line 650  b4_c_function([yyreport_parse_error],
650                [[int],     [yystate]],                [[int],     [yystate]],
651                [[int],     [yychar]],                [[int],     [yychar]],
652                [[YYSTYPE], [yyvalue]]b4_location_if([,                [[YYSTYPE], [yyvalue]]b4_location_if([,
653                [[YYLTYPE], [yylocation]]]))                [[YYLTYPE], [yylloc]]]))
654  [{  [{
655  #if YYERROR_VERBOSE  #if YYERROR_VERBOSE
656    int yyn = yypact[yystate];    int yyn = yypact[yystate];
# Line 705  b4_c_function([yyreport_parse_error], Line 705  b4_c_function([yyreport_parse_error],
705    (void) yystate;    (void) yystate;
706    (void) yychar;    (void) yychar;
707    (void) yyvalue;    (void) yyvalue;
708    ]b4_location_if([(void) yylocation;])[    ]b4_location_if([(void) yylloc;])[
709  }]  }]
710    
711    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26