parse.y (fn.def2): Fix 'attrs' format.
authorJason Merrill <jason@gcc.gnu.org>
Sun, 18 Oct 1998 03:10:53 +0000 (23:10 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 18 Oct 1998 03:10:53 +0000 (23:10 -0400)
commit52fbc84763ecd3141cdb690d5d61a8750b625c62
tree8c50557f07c00055f402e99590b4eee708844f77
parent176b6042f7fd568dcd1a5a79dac567fe10ae6e4a
parse.y (fn.def2): Fix 'attrs' format.

* parse.y (fn.def2): Fix 'attrs' format.
* Makefile.in (CONFLICTS): Update.
* parse.y (expr_or_declarator_intern): New rule.
(expr_or_declarator, direct_notype_declarator, primary,
functional_cast): Use it.
(notype_declarator_intern): New rule.
(notype_declarator, complex_notype_declarator): Use it.

From-SVN: r23159
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/parse.c
gcc/cp/parse.y