parse.y (initdcl0_innards): New grammar symbol.
authorMark Mitchell <mmitchell@usa.net>
Tue, 17 Feb 1998 14:13:09 +0000 (14:13 +0000)
committerMark Mitchell <mmitchell@gcc.gnu.org>
Tue, 17 Feb 1998 14:13:09 +0000 (14:13 +0000)
commit153305b05c2e5965f24a64ead19b97eb95c148bc
tree5d7393e6c8d9093f69ba59501683d968275bf9c3
parentfeb60352fb581f0703adf017f3af3e7b955b8168
parse.y (initdcl0_innards): New grammar symbol.

* parse.y (initdcl0_innards): New grammar symbol.
(nomods_initdecls, nomods_initdcl0): Change type from itype to
none, since the resulting value is never used.
(parse_decl): New function.
(datadef): Remove redundant actions.
(initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
* parse.c: Regenerated.

From-SVN: r18034
gcc/cp/ChangeLog
gcc/cp/parse.c
gcc/cp/parse.y