/[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.97 by akim, Sat Dec 29 14:25:08 2001 UTC revision 1.98 by akim, Sat Dec 29 14:27:01 2001 UTC
# Line 40  Line 40 
40  /* Using locations.  */  /* Using locations.  */
41  #define YYLSP_NEEDED %%locations-flag  #define YYLSP_NEEDED %%locations-flag
42    
 /* Enabling traces.  */  
 #ifndef YYDEBUG  
 # define YYDEBUG %%debug  
 #endif  
   
 /* Enabling verbose error messages.  */  
 #ifdef YYERROR_VERBOSE  
 # undef YYERROR_VERBOSE  
 # define YYERROR_VERBOSE 1  
 #else  
 # define YYERROR_VERBOSE %%error-verbose  
 #endif  
   
43  /* If name_prefix is specify substitute the variables and functions  /* If name_prefix is specify substitute the variables and functions
44     names.  */     names.  */
45  #define yyparse %%prefix##parse  #define yyparse %%prefix##parse
# Line 66  Line 53 
53  /* Copy the user declarations.  */  /* Copy the user declarations.  */
54  %%prologue  %%prologue
55    
56    /* Enabling traces.  */
57    #ifndef YYDEBUG
58    # define YYDEBUG %%debug
59    #endif
60    
61    /* Enabling verbose error messages.  */
62    #ifdef YYERROR_VERBOSE
63    # undef YYERROR_VERBOSE
64    # define YYERROR_VERBOSE 1
65    #else
66    # define YYERROR_VERBOSE %%error-verbose
67    #endif
68    
69  #ifndef YYSTYPE  #ifndef YYSTYPE
70  typedef %%stype yystype;  typedef %%stype yystype;
71  # define YYSTYPE yystype  # define YYSTYPE yystype

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

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