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

Diff of /bison/data/yacc.c

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

revision 1.61 by akim, Mon Aug 25 08:29:27 2003 UTC revision 1.62 by akim, Mon Aug 25 15:16:24 2003 UTC
# Line 807  b4_c_function_def([yyparse], [int], b4_p Line 807  b4_c_function_def([yyparse], [int], b4_p
807    yyssp = yyss;    yyssp = yyss;
808    yyvsp = yyvs;    yyvsp = yyvs;
809  ]b4_location_if([  yylsp = yyls;])[  ]b4_location_if([  yylsp = yyls;])[
810    goto yysetstate;  ]m4_ifdef([b4_initial_action], [
811    m4_pushdef([b4_at_dollar],     [(*yylsp)])dnl
812    m4_pushdef([b4_dollar_dollar], [(*yyvsp)])dnl
813      /* User initialization code. */
814      b4_initial_action
815    m4_popdef([b4_dollar_dollar])dnl
816    m4_popdef([b4_at_dollar])dnl
817    /* Line __line__ of yacc.c.  */
818    b4_syncline([@oline@], [@ofile@])])dnl
819    
820    [  goto yysetstate;
821    
822  /*------------------------------------------------------------.  /*------------------------------------------------------------.
823  | yynewstate -- Push a new state, which is found in yystate.  |  | yynewstate -- Push a new state, which is found in yystate.  |

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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