/[bison]/bison/src/parse-skel.y
ViewVC logotype

Diff of /bison/src/parse-skel.y

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

revision 1.6 by akim, Thu Jan 3 09:56:04 2002 UTC revision 1.7 by Zastai, Mon Jan 7 23:00:39 2002 UTC
# Line 22  Line 22 
22  %debug  %debug
23  %defines  %defines
24  %verbose  %verbose
 %error-verbose  
25  %locations  %locations
26  %name-prefix="skel_"  %name-prefix="skel_"
27  %pure-parser  %pure-parser
# Line 37  Line 36 
36  #include "skeleton.h"  #include "skeleton.h"
37  #include "muscle_tab.h"  #include "muscle_tab.h"
38    
39    #define YYERROR_VERBOSE 1
40    
41  /* Pass the control structure to YYPARSE but not YYLEX (yet?). */  /* Pass the control structure to YYPARSE but not YYLEX (yet?). */
42  #define YYPARSE_PARAM skel_control  #define YYPARSE_PARAM skel_control
43  /* YYPARSE receives SKEL_CONTROL as a void *.  Provide a correctly  /* YYPARSE receives SKEL_CONTROL as a void *.  Provide a correctly

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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