/[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.1 by akim, Thu Jun 27 12:08:20 2002 UTC revision 1.2 by akim, Fri Jun 28 09:05:11 2002 UTC
# Line 1265  static void Line 1265  static void
1265  yydestruct (int yytype,  yydestruct (int yytype,
1266              YYSTYPE yyvalue[]b4_location_if([, YYLTYPE yylocation]))              YYSTYPE yyvalue[]b4_location_if([, YYLTYPE yylocation]))
1267  {  {
1268      /* Pacify ``unused variable'' warnings.  */
1269      (void) yyvalue;
1270    b4_location_if([  (void) yylocation;
1271    ])dnl
1272    
1273    switch (yytype)    switch (yytype)
1274      {      {
1275  m4_map([b4_symbol_actions], m4_defn([b4_symbol_destructors]))dnl  m4_map([b4_symbol_actions], m4_defn([b4_symbol_destructors]))dnl
# Line 1283  static void Line 1288  static void
1288  yysymprint (FILE* yyout, int yytype,  yysymprint (FILE* yyout, int yytype,
1289              YYSTYPE yyvalue[]b4_location_if([, YYLTYPE yylocation]))              YYSTYPE yyvalue[]b4_location_if([, YYLTYPE yylocation]))
1290  {  {
1291      /* Pacify ``unused variable'' warnings.  */
1292      (void) yyvalue;
1293    b4_location_if([  (void) yylocation;
1294    ])dnl
1295    
1296    if (yytype < YYNTOKENS)    if (yytype < YYNTOKENS)
1297      {      {
1298        YYFPRINTF (yyout, "token %s (", yytname[[yytype]]);        YYFPRINTF (yyout, "token %s (", yytname[[yytype]]);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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