diff options
Diffstat (limited to 'gcc/cp/spew.c')
-rw-r--r-- | gcc/cp/spew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index 95b505a3d74..b4799d42e68 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -329,7 +329,7 @@ yylex () } } else - lastiddecl = trrr; + lastiddecl = NULL_TREE; got_scope = NULL_TREE; /* and fall through to... */ case IDENTIFIER_DEFN: |