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

Diff of /bison/data/yacc.c

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

revision 1.28 by akim, Sun Nov 3 16:41:57 2002 UTC revision 1.29 by akim, Wed Nov 6 14:11:47 2002 UTC
# Line 165  m4_define([b4_symbol_actions], Line 165  m4_define([b4_symbol_actions],
165  [m4_pushdef([b4_dollar_dollar], [yyvalue.$6])dnl  [m4_pushdef([b4_dollar_dollar], [yyvalue.$6])dnl
166  m4_pushdef([b4_at_dollar], [yylocation])dnl  m4_pushdef([b4_at_dollar], [yylocation])dnl
167        case $4: /* $3 */        case $4: /* $3 */
168  #line $2 "$1"  b4_syncline([$2], [$1])
169          $5;          $5;
170  #line __oline__ "__ofile__"  b4_syncline([__oline__], [__ofile__])
171          break;          break;
172  m4_popdef([b4_at_dollar])dnl  m4_popdef([b4_at_dollar])dnl
173  m4_popdef([b4_dollar_dollar])dnl  m4_popdef([b4_dollar_dollar])dnl
# Line 229  b4_pre_prologue Line 229  b4_pre_prologue
229    
230  #ifndef YYSTYPE  #ifndef YYSTYPE
231  m4_ifdef([b4_stype],  m4_ifdef([b4_stype],
232  [#line b4_stype_line "b4_filename"  [b4_syncline([b4_stype_line], [b4_filename])
233  typedef union b4_stype yystype;  typedef union b4_stype yystype;
234  /* Line __line__ of __file__.  */  /* Line __line__ of __file__.  */
235  #line __oline__ "__ofile__"],  b4_syncline([__oline__], [__ofile__])],
236  [typedef int yystype;])  [typedef int yystype;])
237  # define YYSTYPE yystype  # define YYSTYPE yystype
238  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
# Line 254  typedef struct yyltype Line 254  typedef struct yyltype
254  b4_post_prologue  b4_post_prologue
255    
256  /* Line __line__ of __file__.  */  /* Line __line__ of __file__.  */
257  #line __oline__ "__ofile__"  b4_syncline([__oline__], [__ofile__])
258    
259  #if ! defined (yyoverflow) || YYERROR_VERBOSE  #if ! defined (yyoverflow) || YYERROR_VERBOSE
260    
# Line 1053  yyreduce: Line 1053  yyreduce:
1053      }      }
1054    
1055  /* Line __line__ of __file__.  */  /* Line __line__ of __file__.  */
1056  #line __oline__ "__ofile__"  b4_syncline([__oline__], [__ofile__])
1057    
1058  [  yyvsp -= yylen;  [  yyvsp -= yylen;
1059    yyssp -= yylen;    yyssp -= yylen;
# Line 1290  b4_token_defines(b4_tokens) Line 1290  b4_token_defines(b4_tokens)
1290    
1291  #ifndef YYSTYPE  #ifndef YYSTYPE
1292  m4_ifdef([b4_stype],  m4_ifdef([b4_stype],
1293  [#line b4_stype_line "b4_filename"  [b4_syncline([b4_stype_line], [b4_filename])
1294  typedef union b4_stype yystype;  typedef union b4_stype yystype;
1295  /* Line __line__ of __file__.  */  /* Line __line__ of __file__.  */
1296  #line __oline__ "__ofile__"],  b4_syncline([__oline__], [__ofile__])],
1297  [typedef int yystype;])  [typedef int yystype;])
1298  # define YYSTYPE yystype  # define YYSTYPE yystype
1299  #endif  #endif

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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