diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-06-06 21:54:54 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-06-06 21:54:54 +0000 |
commit | 5b2abab835bee5248adb9d6c65f41517840f595a (patch) | |
tree | 30c9ccd88478f3817c3e70015622f50c36432661 /gcc/c-lex.c | |
parent | f4381d6204dfb3dcb2e70b88e4fe83542a741004 (diff) | |
download | gcc-5b2abab835bee5248adb9d6c65f41517840f595a.zip gcc-5b2abab835bee5248adb9d6c65f41517840f595a.tar.gz gcc-5b2abab835bee5248adb9d6c65f41517840f595a.tar.bz2 |
c-common.h (c_language_kind): New type.
* c-common.h (c_language_kind): New type.
(c_language): New variab.e
* c-common.c (lang_get_alias_set): Don't put structures in
non-zero alias sets in C++.
* c-decl.c (c_language): Define it.
* c-lex.c (doing_objc_thang): Remove.
* c-tree.h (doing_objc_thang): Make it a macro.
* objc/objc-act.c (lang_decode_option): Set c_language, not
doing_objc_thang.
* decl2.c (c_language): Define.
From-SVN: r34439
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 3ca8264..beda889 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -132,10 +132,6 @@ int linemode; used in a context which makes it a reference to a variable. */ tree lastiddecl; -/* Nonzero enables objc features. */ - -int doing_objc_thang; - extern int yydebug; /* File used for outputting assembler code. */ |