]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/semantics.c
cp-tree.h (unqualified_name_lookup_error): Declare it.
authorMark Mitchell <mark@codesourcery.com>
Wed, 10 Jul 2002 18:16:24 +0000 (18:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 10 Jul 2002 18:16:24 +0000 (18:16 +0000)
commit15c7fb9cfd93a55e8140cb70434a1c9fce2539d4
treeca3ba05dd6a078be579c03889eb6b43527252475
parentae3aa00d40c09b01569a4b94e2c89e5d5e7cc1dc
cp-tree.h (unqualified_name_lookup_error): Declare it.

* cp-tree.h (unqualified_name_lookup_error): Declare it.
(begin_function_definition): Adjust prototype.
* lex.c (unqualified_name_lookup_error): New function, split out
from ...
(do_identifier): ... here.
* parse.y (parse_begin_function_definition): New function.
(fn.def1): Use it.
* semantics.c (begin_function_definition): Accept decl-specifiers
and attributes as separate parameters.

From-SVN: r55372
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/lex.c
gcc/cp/parse.y
gcc/cp/semantics.c
This page took 0.047711 seconds and 5 git commands to generate.