parse.y (nomods_initdcl0): Properly set things up for initdcl0_innards.
* parse.y (nomods_initdcl0): Properly set things up for initdcl0_innards. From-SVN: r39119
This commit is contained in:
parent
90d036a050
commit
a1cfa434de
@ -1,3 +1,8 @@
|
|||||||
|
2001-01-18 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* parse.y (nomods_initdcl0): Properly set things up for
|
||||||
|
initdcl0_innards.
|
||||||
|
|
||||||
2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
|
2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
|
* pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
|
||||||
|
@ -2072,8 +2072,10 @@ notype_initdcl0:
|
|||||||
nomods_initdcl0:
|
nomods_initdcl0:
|
||||||
notype_declarator maybeasm
|
notype_declarator maybeasm
|
||||||
{ /* Set things up as initdcl0_innards expects. */
|
{ /* Set things up as initdcl0_innards expects. */
|
||||||
$<ttype>2 = $1;
|
$<ttype>3 = $2;
|
||||||
$1 = NULL_TREE; }
|
$2 = $1;
|
||||||
|
$<ftype>1.t = NULL_TREE;
|
||||||
|
$<ftype>1.lookups = NULL_TREE; }
|
||||||
initdcl0_innards
|
initdcl0_innards
|
||||||
{}
|
{}
|
||||||
| constructor_declarator maybeasm maybe_attribute
|
| constructor_declarator maybeasm maybe_attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user