]> git.ipfire.org Git - thirdparty/gcc.git/commit
parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with decl.h's TYPENAME.
authorAkim Demaille <akim@epita.fr>
Thu, 27 May 2010 20:00:57 +0000 (22:00 +0200)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 27 May 2010 20:00:57 +0000 (16:00 -0400)
commit1434f6516ae3396c60e1b492fa364f08cc5508df
tree5d31f0c9df6e0895cb4c36b2b52ded6ff410e8e2
parent488ad75e8d4d1e9d22836e8931a4920e8eb58e0b
parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with decl.h's TYPENAME.

* 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: r159944
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/parse.y
gcc/cp/spew.c