cp-tree.h (struct lang_id2): Remove.
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 1 May 2003 14:39:37 +0000 (14:39 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 1 May 2003 14:39:37 +0000 (14:39 +0000)
commit85209a3c3b3432c276c4d332e24839b07f0483de
treec91b1eedeace3317db7f085a74ab6ec1cda4b3e3
parent4f9335cdd957ddfc4a25c6713843fccba7ec4c29
cp-tree.h (struct lang_id2): Remove.

* cp-tree.h (struct lang_id2): Remove.  Move fields from here...
(struct lang_identifier): ... to here.
(LANG_ID_FIELD): Remove.
(SET_LANG_ID): Remove.
(IDENTIFIER_LABEL_VALUE): Adjust for new lang_identifier.
(SET_IDENTIFIER_LABEL_VALUE): Likewise.
(IDENTIFIER_IMPLICIT_DECL): Likewise.
(SET_IDENTIFIERL_IMPLICIT_DECL): Likewise.
(IDENTIFIER_ERROR_LOCUS): Likewise.
(SET_IDENTIFIER_ERROR_LOCUS): Likewise.

From-SVN: r66328
gcc/cp/ChangeLog
gcc/cp/cp-tree.h