/[bison]/bison/data/lalr1.cc
ViewVC logotype

Diff of /bison/data/lalr1.cc

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

revision 1.30 by akim, Sun Mar 2 13:39:44 2003 UTC revision 1.31 by eggert, Sun Apr 27 05:56:34 2003 UTC
# Line 209  namespace yy Line 209  namespace yy
209    
210      /* Tables.  */      /* Tables.  */
211      static const ]b4_int_type_for([b4_pact])[ pact_[];      static const ]b4_int_type_for([b4_pact])[ pact_[];
212      static const ]b4_int_type_for([b4_pact])[ pact_ninf_;      static const ]b4_int_type(b4_pact_ninf, b4_pact_ninf)[ pact_ninf_;
213      static const ]b4_int_type_for([b4_defact])[ defact_[];      static const ]b4_int_type_for([b4_defact])[ defact_[];
214      static const ]b4_int_type_for([b4_pgoto])[ pgoto_[];      static const ]b4_int_type_for([b4_pgoto])[ pgoto_[];
215      static const ]b4_int_type_for([b4_defgoto])[ defgoto_[];      static const ]b4_int_type_for([b4_defgoto])[ defgoto_[];
216      static const ]b4_int_type_for([b4_table])[ table_[];      static const ]b4_int_type_for([b4_table])[ table_[];
217      static const ]b4_int_type_for([b4_table])[ table_ninf_;      static const ]b4_int_type(b4_table_ninf, b4_table_ninf)[ table_ninf_;
218      static const ]b4_int_type_for([b4_check])[ check_[];      static const ]b4_int_type_for([b4_check])[ check_[];
219      static const ]b4_int_type_for([b4_r1])[ r1_[];      static const ]b4_int_type_for([b4_r1])[ r1_[];
220      static const ]b4_int_type_for([b4_r2])[ r2_[];      static const ]b4_int_type_for([b4_r2])[ r2_[];
# Line 639  yy::]b4_parser_class_name[::lex_ () Line 639  yy::]b4_parser_class_name[::lex_ ()
639    
640  /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing  /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
641     STATE-NUM.  */     STATE-NUM.  */
642  const ]b4_int_type_for([b4_pact]) yy::b4_parser_class_name::pact_ninf_ = b4_pact_ninf[;  const ]b4_int_type(b4_pact_ninf, b4_pact_ninf) yy::b4_parser_class_name::pact_ninf_ = b4_pact_ninf[;
643  const ]b4_int_type_for([b4_pact])[  const ]b4_int_type_for([b4_pact])[
644  yy::]b4_parser_class_name[::pact_[] =  yy::]b4_parser_class_name[::pact_[] =
645  {  {
# Line 672  yy::]b4_parser_class_name[::defgoto_[] = Line 672  yy::]b4_parser_class_name[::defgoto_[] =
672  /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If  /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
673     positive, shift that token.  If negative, reduce the rule which     positive, shift that token.  If negative, reduce the rule which
674     number is the opposite.  If zero, do what YYDEFACT says.  */     number is the opposite.  If zero, do what YYDEFACT says.  */
675  const ]b4_int_type_for([b4_table]) yy::b4_parser_class_name::table_ninf_ = b4_table_ninf[;  const ]b4_int_type(b4_table_ninf, b4_table_ninf) yy::b4_parser_class_name::table_ninf_ = b4_table_ninf[;
676  const ]b4_int_type_for([b4_table])[  const ]b4_int_type_for([b4_table])[
677  yy::]b4_parser_class_name[::table_[] =  yy::]b4_parser_class_name[::table_[] =
678  {  {

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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