/[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.98 by akim, Sat Dec 29 14:27:01 2001 UTC revision 1.99 by akim, Sat Dec 29 14:27:45 2001 UTC
# Line 40  Line 40 
40  /* Using locations.  */  /* Using locations.  */
41  #define YYLSP_NEEDED %%locations-flag  #define YYLSP_NEEDED %%locations-flag
42    
43  /* If name_prefix is specify substitute the variables and functions  /* If NAME_PREFIX is specified substitute the variables and functions
44     names.  */     names.  */
45  #define yyparse %%prefix##parse  #define yyparse %%prefix##parse
46  #define yylex   %%prefix##lex  #define yylex   %%prefix##lex
# Line 49  Line 49 
49  #define yychar  %%prefix##char  #define yychar  %%prefix##char
50  #define yydebug %%prefix##debug  #define yydebug %%prefix##debug
51  #define yynerrs %%prefix##nerrs  #define yynerrs %%prefix##nerrs
52    #if YYLSP_NEEDED
53    # define yylloc %%prefix##lloc
54    #endif
55    
56    
57  /* Copy the user declarations.  */  /* Copy the user declarations.  */
58  %%prologue  %%prologue

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

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