/[bison]/bison/src/bison.simple
ViewVC logotype

Diff of /bison/src/bison.simple

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

revision 1.78 by marc, Wed Nov 28 19:54:36 2001 UTC revision 1.79 by marc, Wed Nov 28 20:32:53 2001 UTC
# Line 44  Line 44 
44  #define yynerrs %%prefix##nerrs  #define yynerrs %%prefix##nerrs
45    
46  /* Copy the user declarations.  */  /* Copy the user declarations.  */
47  #line %%input_line "%%filename"  #line %%input-line "%%filename"
48  %%prologue  %%prologue
49    
50  #line %%line "%%skeleton"  #line %%line "%%skeleton"
# Line 132  do {                                                                   \ Line 132  do {                                                                   \
132  # define YYDEBUG %%debug  # define YYDEBUG %%debug
133  #endif  #endif
134    
135  #line %%input_line "%%filename"  #line %%input-line "%%filename"
136  #ifndef YYSTYPE  #ifndef YYSTYPE
137  typedef %%stype yystype;  typedef %%stype yystype;
138  # define YYSTYPE yystype  # define YYSTYPE yystype
# Line 153  typedef struct yyltype Line 153  typedef struct yyltype
153  # undef YYERROR_VERBOSE  # undef YYERROR_VERBOSE
154  #endif  #endif
155    
156  #define YYERROR_VERBOSE %%error_verbose  #define YYERROR_VERBOSE %%error-verbose
157    
158  /* Tokens.  */  /* Tokens.  */
159  %%tokendef  %%tokendef
# Line 306  while (0) Line 306  while (0)
306  #endif  #endif
307    
308  /* Definition of YYLSP_NEEDED.  */  /* Definition of YYLSP_NEEDED.  */
309  #define YYLSP_NEEDED %%locations_flag  #define YYLSP_NEEDED %%locations-flag
310    
311  /* YYLEX -- calling `yylex' with the right arguments.  */  /* YYLEX -- calling `yylex' with the right arguments.  */
312    
# Line 1006  yyabortlab: Line 1006  yyabortlab:
1006    return 1;    return 1;
1007  }  }
1008    
1009  #line %%input_line "%%filename"  #line %%input-line "%%filename"
1010  %%epilogue  %%epilogue

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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