/[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.53.2.2 by akim, Wed Oct 10 14:52:20 2001 UTC revision 1.53.2.3 by akim, Wed Oct 10 14:59:46 2001 UTC
# Line 420  yyparse (YYPARSE_PARAM_ARG) Line 420  yyparse (YYPARSE_PARAM_ARG)
420        yystacksize *= 2;        yystacksize *= 2;
421        if (yystacksize > YYMAXDEPTH)        if (yystacksize > YYMAXDEPTH)
422          yystacksize = YYMAXDEPTH;          yystacksize = YYMAXDEPTH;
423  # if YYSTACK_USE_ALLOCA  # if !YYSTACK_USE_ALLOCA
424        yyfree_stacks = 1;        yyfree_stacks = 1;
425  # endif  # endif
426        yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));        yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));

Legend:
Removed from v.1.53.2.2  
changed lines
  Added in v.1.53.2.3

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