]> git.ipfire.org Git - thirdparty/gcc.git/commit
parse.y (yyparse_1): Rename the parser entry point.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 21 Nov 2000 07:39:52 +0000 (23:39 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 21 Nov 2000 07:39:52 +0000 (23:39 -0800)
commit3aac38d70cbb15e40c377d39dd612df4d16ad259
treebf302f0b96b0df7401aed3a7535da9fbf23c5932
parent66bc5940f137cfe9a38e37c2619189604fd246b7
parse.y (yyparse_1): Rename the parser entry point.

        * cp/parse.y (yyparse_1): Rename the parser entry point.

        * c-lex.c (orig_filename): New variable.
        (init_c_lex): Set it.  Move call to cpp_start_read ...
        (yyparse): ... here.  New function.
        * c-parse.in (yyparse_1): Rename the parser entry point.
        * c-tree.h: Declare it.

From-SVN: r37607
gcc/ChangeLog
gcc/c-lex.c
gcc/c-parse.in
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/parse.y