/[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.18 by akim, Fri Jun 28 09:05:11 2002 UTC revision 1.19 by akim, Sun Jun 30 17:27:57 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/lrde/prof/akim/src/bison/data/yacc.c.  */  /* Line 272 of /usr/local/share/bison/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/lrde/prof/akim/src/bison/data/yacc.c.  */  /* Line 292 of /usr/local/share/bison/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 1479  yyreduce: Line 1479  yyreduce:
1479    
1480    case 67:    case 67:
1481  #line 371 "parse-gram.y"  #line 371 "parse-gram.y"
1482      { yyval.symbol = getsym (yyvsp[0].string, yylsp[0]); }      { yyval.symbol = symbol_get (yyvsp[0].string, yylsp[0]); }
1483      break;      break;
1484    
1485    case 68:    case 68:
# Line 1490  yyreduce: Line 1490  yyreduce:
1490    case 69:    case 69:
1491  #line 382 "parse-gram.y"  #line 382 "parse-gram.y"
1492      {      {
1493        yyval.symbol = getsym (yyvsp[0].string, yylsp[0]);        yyval.symbol = symbol_get (yyvsp[0].string, yylsp[0]);
1494        symbol_class_set (yyval.symbol, token_sym, yylsp[0]);        symbol_class_set (yyval.symbol, token_sym, yylsp[0]);
1495      }      }
1496      break;      break;
# Line 1520  yyreduce: Line 1520  yyreduce:
1520    
1521      }      }
1522    
1523  /* Line 1040 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */  /* Line 1040 of /usr/local/share/bison/yacc.c.  */
1524  #line 1525 "parse-gram.c"  #line 1525 "parse-gram.c"
1525    
1526    yyvsp -= yylen;    yyvsp -= yylen;

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

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