/[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.16 by akim, Sat Nov 16 12:31:35 2002 UTC revision 1.17 by eggert, Mon Dec 9 04:48:38 2002 UTC
# Line 111  b4_copyright([C++ Skeleton parser for LA Line 111  b4_copyright([C++ Skeleton parser for LA
111  /* Copy the first part of user declarations.  */  /* Copy the first part of user declarations.  */
112  ]b4_pre_prologue[  ]b4_pre_prologue[
113    
114  ]/* Line __line__ of __file__.  */  ]/* Line __line__ of lalr1.cc.  */
115  b4_syncline([@oline@], [@ofile@])[  b4_syncline([@oline@], [@ofile@])[
116    
117  /* Enabling traces.  */  /* Enabling traces.  */
# Line 128  b4_syncline([@oline@], [@ofile@])[ Line 128  b4_syncline([@oline@], [@ofile@])[
128  ]m4_ifdef([b4_stype],  ]m4_ifdef([b4_stype],
129  [b4_syncline([b4_stype_line], [b4_filename])  [b4_syncline([b4_stype_line], [b4_filename])
130  typedef union b4_stype yystype;  typedef union b4_stype yystype;
131  /* Line __line__ of __file__.  */  /* Line __line__ of lalr1.cc.  */
132  b4_syncline([@oline@], [@ofile@])],  b4_syncline([@oline@], [@ofile@])],
133  [typedef int yystype;])[  [typedef int yystype;])[
134  # define YYSTYPE yystype  # define YYSTYPE yystype
# Line 137  b4_syncline([@oline@], [@ofile@])], Line 137  b4_syncline([@oline@], [@ofile@])],
137  /* Copy the second part of user declarations.  */  /* Copy the second part of user declarations.  */
138  ]b4_post_prologue[  ]b4_post_prologue[
139    
140  ]/* Line __line__ of __file__.  */  ]/* Line __line__ of lalr1.cc.  */
141  b4_syncline([@oline@], [@ofile@])[  b4_syncline([@oline@], [@ofile@])[
142  #ifndef YYLLOC_DEFAULT  #ifndef YYLLOC_DEFAULT
143  # define YYLLOC_DEFAULT(Current, Rhs, N) \  # define YYLLOC_DEFAULT(Current, Rhs, N) \
# Line 445  yy::]b4_parser_class_name[::parse () Line 445  yy::]b4_parser_class_name[::parse ()
445        ]b4_actions[        ]b4_actions[
446      }      }
447    
448  ]/* Line __line__ of __file__.  */  ]/* Line __line__ of lalr1.cc.  */
449  b4_syncline([@oline@], [@ofile@])[  b4_syncline([@oline@], [@ofile@])[
450    
451    state_stack_.pop (len_);    state_stack_.pop (len_);

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

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