The R Project SVN R

Rev

Rev 55574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55574 Rev 69158
Line 1297... Line 1297...
1297
  /* In all cases, when you get here, the value and location stacks
1297
  /* In all cases, when you get here, the value and location stacks
1298
     have just been pushed.  So pushing a state here evens the stacks.  */
1298
     have just been pushed.  So pushing a state here evens the stacks.  */
1299
  yyssp++;
1299
  yyssp++;
1300
 
1300
 
1301
 yysetstate:
1301
 yysetstate:
1302
  *yyssp = yystate;
1302
  *yyssp = (yytype_int16) yystate;
1303
 
1303
 
1304
  if (yyss + yystacksize - 1 <= yyssp)
1304
  if (yyss + yystacksize - 1 <= yyssp)
1305
    {
1305
    {
1306
      /* Get the current used size of the three stacks, in elements.  */
1306
      /* Get the current used size of the three stacks, in elements.  */
1307
      YYSIZE_T yysize = yyssp - yyss + 1;
1307
      YYSIZE_T yysize = yyssp - yyss + 1;