OSDN Git Service

* cp/parse.y (yyparse_1): Rename the parser entry point.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2000 07:39:52 +0000 (07:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2000 07:39:52 +0000 (07:39 +0000)
commit9a74eafd327ebc742ad68316b3797a7399a17800
treebf302f0b96b0df7401aed3a7535da9fbf23c5932
parent1ea04b16013dbed073979dc6bb0d43857eb2a2d3
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37607 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lex.c
gcc/c-parse.in
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/parse.y