aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-05-12 13:06:15 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2005-05-12 13:06:15 +0000
commitfeea5b18cc9fb53a22f9a57e941f45e75a8b0203 (patch)
tree4e17142256d0c3131e7b10149f5c50c1ea1b9850 /gcc/c-common.c
parent5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8 (diff)
downloadgcc-feea5b18cc9fb53a22f9a57e941f45e75a8b0203.zip
gcc-feea5b18cc9fb53a22f9a57e941f45e75a8b0203.tar.gz
gcc-feea5b18cc9fb53a22f9a57e941f45e75a8b0203.tar.bz2
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
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 0e37377..b2ba01e 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -191,11 +191,6 @@ cpp_reader *parse_in; /* Declared in c-pragma.h. */
*/
tree c_global_trees[CTI_MAX];
-
-/* TRUE if a code represents a statement. The front end init
- langhook should take care of initialization of this array. */
-
-bool statement_code_p[MAX_TREE_CODES];
/* Switches common to the C front ends. */