]> gcc.gnu.org Git - gcc.git/commit
c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a type clash.
authorAkim Demaille <akim@epita.fr>
Thu, 20 Jun 2002 01:30:57 +0000 (01:30 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 20 Jun 2002 01:30:57 +0000 (01:30 +0000)
commit84d901be21286abad53306a8e883571ca9258676
tree8b5f9fd70b4180372f458c943cf1efac75257426
parentef40bc6512a22ab6e963f7c0980bef41082b8fcb
c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a type clash.

2002-06-19  Akim Demaille  <akim@epita.fr>

* c-parse.in (initelt: identifier ':' initval): Add an empty
action to fix a type clash.
(aliasdecl, classdef): Add the missing closing `;'.
Whitespace changes.
* gengtype-yacc.y (typedef_struct): Add an empty action to preevnt
$$ = $1 type clashes.

cp:
* parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
decl.h's TYPENAME.
* spew.c, lex.c: Adjust.
* parse.y (explicit_instantiation): Add empty action to override
the default $$ = $1 where it introduces a type clash.

From-SVN: r54811
gcc/ChangeLog
gcc/c-parse.in
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/parse.y
gcc/cp/spew.c
gcc/gengtype-yacc.y
This page took 0.099157 seconds and 5 git commands to generate.