c-common.h (statement_code_p): Don't declare.
authorIan Lance Taylor <ian@airs.com>
Thu, 12 May 2005 13:06:15 +0000 (13:06 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 May 2005 13:06:15 +0000 (13:06 +0000)
commitfeea5b18cc9fb53a22f9a57e941f45e75a8b0203
tree4e17142256d0c3131e7b10149f5c50c1ea1b9850
parent5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8
c-common.h (statement_code_p): Don't declare.

./: * c-common.h (statement_code_p): Don't declare.
(STATEMENT_CODE_P): Don't define.
(INIT_STATEMENT_CODES): Don't define.
* c-common.c (statement_code_p): Don't define.
cp/:
* cp-tree.h (cp_stmt_codes): Don't define.
(statement_code_p): Declare.
(STATEMENT_CODE_P): Define.
* lex.c (statement_code_p): Define.
(cxx_init): Use actual codes in stmt_codes initializer, not
cp_stmt_codes macro.  Initialize statement_code_p directly, rather
than using INIT_STATEMENT_CODES.

From-SVN: r99615
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/lex.c