/[bison]/bison/data/glr.c
ViewVC logotype

Diff of /bison/data/glr.c

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

revision 1.22 by akim, Sun Oct 20 16:09:47 2002 UTC revision 1.23 by eggert, Wed Oct 23 06:30:49 2002 UTC
# Line 178  typedef union b4_stype yystype; Line 178  typedef union b4_stype yystype;
178  #ifndef YYLTYPE  #ifndef YYLTYPE
179  typedef struct yyltype  typedef struct yyltype
180  {  {
 ]b4_location_if([  
181    int first_line;    int first_line;
182    int first_column;    int first_column;
183    int last_line;    int last_line;
184    int last_column;])[    int last_column;
185  } yyltype;  } yyltype;
186  # define YYLTYPE ]b4_location_type[  # define YYLTYPE ]b4_location_type[
187  # define YYLTYPE_IS_TRIVIAL 1  # define YYLTYPE_IS_TRIVIAL 1

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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