/[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.90 by marc, Sat Dec 15 18:38:57 2001 UTC revision 1.91 by marc, Sun Dec 16 01:26:25 2001 UTC
# Line 82  typedef struct yyltype Line 82  typedef struct yyltype
82  /* Copy the user declarations.  */  /* Copy the user declarations.  */
83  %%prologue  %%prologue
84    
85  #line %%line "%%skeleton"  /* Line 85 of bison.simple.  */
86    #line %%line "%%parser-file-name"
87    
88  #include <stdio.h>  #include <stdio.h>
89    
# Line 511  yystpcpy (yydest, yysrc) Line 512  yystpcpy (yydest, yysrc)
512    
513    
514    
 #line %%line "%%skeleton"  
   
515  /* The user can define YYPARSE_PARAM as the name of an argument to be passed  /* The user can define YYPARSE_PARAM as the name of an argument to be passed
516     into yyparse.  The argument should have type void *.     into yyparse.  The argument should have type void *.
517     It should actually point to an object.     It should actually point to an object.
# Line 897  yyreduce: Line 896  yyreduce:
896      {      {
897  %%actions  %%actions
898      }      }
899  #line %%line "%%skeleton"    /* Line 902 of bison.simple.  */
900    #line %%line "%%parser-file-name"
901    
902    yyvsp -= yylen;    yyvsp -= yylen;
903    yyssp -= yylen;    yyssp -= yylen;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

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