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

Diff of /bison/data/bison.c++

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

revision 1.9 by ra, Fri Feb 8 14:07:10 2002 UTC revision 1.10 by ra, Mon Feb 11 14:15:51 2002 UTC
# Line 5  Line 5 
5     by GNU bison b4_version.  */     by GNU bison b4_version.  */
6    
7  /* Skeleton output parser for bison,  /* Skeleton output parser for bison,
8     Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc.     Copyright 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
9    
10     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
11     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 32  Line 32 
32    
33  #include <string>  #include <string>
34    
35    /* Using locations.  */
36    #define YYLSP_NEEDED b4_locations_flag
37    
38    b4_prologue
39    
40  /* Enabling traces.  */  /* Enabling traces.  */
41  #ifndef YYDEBUG  #ifndef YYDEBUG
42  # define YYDEBUG b4_debug  # define YYDEBUG b4_debug
# Line 42  Line 47 
47  # define YYERROR_VERBOSE b4_error_verbose  # define YYERROR_VERBOSE b4_error_verbose
48  #endif  #endif
49    
 /* Using locations.  */  
 #define YYLSP_NEEDED b4_locations_flag  
   
 b4_prologue  
   
50  // FIXME: This should be defined in traits, not here.  // FIXME: This should be defined in traits, not here.
51  typedef b4_stype yystype;  typedef b4_stype yystype;
52    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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