c-parse.in (malloced_yyss, [...]): New.
authorRichard Henderson <rth@redhat.com>
Sat, 27 Apr 2002 06:53:07 +0000 (23:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 27 Apr 2002 06:53:07 +0000 (23:53 -0700)
commit94a503970399749ed551946b22b9226512480d81
treebd925997654b688081b11a738196c7806d4cef5f
parent9c0a0632bca68c00acf45fc5ccc6811a652d1406
c-parse.in (malloced_yyss, [...]): New.

        * c-parse.in (malloced_yyss, malloced_yyvs): New.
        (yyoverflow): Re-add.  Set them.
        (free_parser_stacks): New.
        * c-common.h: Declare it.
        * c-lex.c (c_common_parse_file): Call it.

        * parse.y (malloced_yyss, malloced_yyvs): New.
        (yyoverflow): Re-add.  Set them.
        (free_parser_stacks): New.

From-SVN: r52827
gcc/ChangeLog
gcc/c-common.h
gcc/c-lex.c
gcc/c-parse.in
gcc/cp/ChangeLog
gcc/cp/parse.y