diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-12 17:58:41 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-12 17:58:41 +0000 |
commit | d0a7822b32f81948b7989aaa65441a22e4b97fbe (patch) | |
tree | a2c5b5a4524c65caabdb4ad6a3bd00fad2a681c4 /gcc/c-tree.h | |
parent | 463b9e86af17fd5b79075c15ad6b5f31471eb1af (diff) | |
download | gcc-d0a7822b32f81948b7989aaa65441a22e4b97fbe.tar.gz |
* c-parse.in (bison parser, init_reswords): Remove uses of
doing_objc_thang.
* c-tree.h (doing_objc_thang): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42000 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 543a310280f..c34bd9c201b 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -359,11 +359,6 @@ extern int system_header_p; /* Warn about implicit declarations. 1 = warning, 2 = error. */ extern int mesg_implicit_function_declaration; -/* Nonzero enables objc features. */ - -#define doing_objc_thang \ - (c_language == clk_objective_c) - /* In c-decl.c */ extern void finish_incomplete_decl PARAMS ((tree)); |