diff options
author | Neil Booth <neil@cat.daikokuya.demon.co.uk> | 2001-05-12 17:58:41 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-12 17:58:41 +0000 |
commit | a3eaca15d90a87cec6f1ba4d380679b69bf43423 (patch) | |
tree | a2c5b5a4524c65caabdb4ad6a3bd00fad2a681c4 /gcc/c-tree.h | |
parent | c66ce1f5b7295de1c4d43b3fdb702cf038084e7c (diff) | |
download | gcc-a3eaca15d90a87cec6f1ba4d380679b69bf43423.tar.gz |
c-parse.in (bison parser, [...]): Remove uses of doing_objc_thang.
* c-parse.in (bison parser, init_reswords): Remove uses of
doing_objc_thang.
* c-tree.h (doing_objc_thang): Remove.
From-SVN: r42000
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)); |