/[bison]/bison/src/parse-gram.c
ViewVC logotype

Diff of /bison/src/parse-gram.c

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

revision 1.17 by hilfinger, Fri Jun 28 02:26:43 2002 UTC revision 1.18 by akim, Fri Jun 28 09:05:11 2002 UTC
# Line 236  typedef union { Line 236  typedef union {
236    char *string;    char *string;
237    associativity assoc;    associativity assoc;
238  } yystype;  } yystype;
239  /* Line 272 of /home/cs/hilfingr/work/grammars/glr2/install/share/bison/yacc.c.  */  /* Line 272 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
240  #line 241 "parse-gram.c"  #line 241 "parse-gram.c"
241  # define YYSTYPE yystype  # define YYSTYPE yystype
242  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
# Line 257  typedef struct yyltype Line 257  typedef struct yyltype
257  /* Copy the second part of user declarations.  */  /* Copy the second part of user declarations.  */
258    
259    
260  /* Line 292 of /home/cs/hilfingr/work/grammars/glr2/install/share/bison/yacc.c.  */  /* Line 292 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
261  #line 262 "parse-gram.c"  #line 262 "parse-gram.c"
262    
263  #if ! defined (yyoverflow) || YYERROR_VERBOSE  #if ! defined (yyoverflow) || YYERROR_VERBOSE
# Line 1520  yyreduce: Line 1520  yyreduce:
1520    
1521      }      }
1522    
1523  /* Line 1040 of /home/cs/hilfingr/work/grammars/glr2/install/share/bison/yacc.c.  */  /* Line 1040 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
1524  #line 1525 "parse-gram.c"  #line 1525 "parse-gram.c"
1525    
1526    yyvsp -= yylen;    yyvsp -= yylen;
# Line 1748  static void Line 1748  static void
1748  yydestruct (int yytype,  yydestruct (int yytype,
1749              YYSTYPE yyvalue, YYLTYPE yylocation)              YYSTYPE yyvalue, YYLTYPE yylocation)
1750  {  {
1751      /* Pacify ``unused variable'' warnings.  */
1752      (void) yyvalue;
1753      (void) yylocation;
1754    
1755    switch (yytype)    switch (yytype)
1756      {      {
1757        default:        default:
# Line 1765  static void Line 1769  static void
1769  yysymprint (FILE* yyout, int yytype,  yysymprint (FILE* yyout, int yytype,
1770              YYSTYPE yyvalue, YYLTYPE yylocation)              YYSTYPE yyvalue, YYLTYPE yylocation)
1771  {  {
1772      /* Pacify ``unused variable'' warnings.  */
1773      (void) yyvalue;
1774      (void) yylocation;
1775    
1776    if (yytype < YYNTOKENS)    if (yytype < YYNTOKENS)
1777      {      {
1778        YYFPRINTF (yyout, "token %s (", yytname[yytype]);        YYFPRINTF (yyout, "token %s (", yytname[yytype]);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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