/[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.56 by ra, Sat Aug 25 15:21:05 2001 UTC revision 1.57 by eggert, Mon Aug 27 17:24:34 2001 UTC
# Line 483  int Line 483  int
483       so that they stay on the same level as the state stack.       so that they stay on the same level as the state stack.
484       The wasted elements are never initialized.  */       The wasted elements are never initialized.  */
485    
486    yyssp = yyss - 1;    yyssp = yyss;
487    yyvsp = yyvs;    yyvsp = yyvs;
488  #if YYLSP_NEEDED  #if YYLSP_NEEDED
489    yylsp = yyls;    yylsp = yyls;
490  #endif  #endif
491      goto yysetstate;
492    
493  /*------------------------------------------------------------.  /*------------------------------------------------------------.
494  | yynewstate -- Push a new state, which is found in yystate.  |  | yynewstate -- Push a new state, which is found in yystate.  |
# Line 496  yynewstate: Line 497  yynewstate:
497    /* In all cases, when you get here, the value and location stacks    /* In all cases, when you get here, the value and location stacks
498       have just been pushed. so pushing a state here evens the stacks.       have just been pushed. so pushing a state here evens the stacks.
499       */       */
500    *++yyssp = yystate;    yyssp++;
501    
502    yysetstate:
503      *yyssp = yystate;
504    
505    if (yyssp >= yyss + yystacksize - 1)    if (yyssp >= yyss + yystacksize - 1)
506      {      {

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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