aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorZiemowit Laski <zlaski@apple.com>2001-10-12 16:01:16 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-10-12 16:01:16 +0000
commit7e21622e0e580b065224125cc6085b9f0559293a (patch)
tree990d6b637b2a9107c249e838916b5542d8aa25b8 /gcc/objc
parent592696ddc8e140af2382c4922c43ef0c1eac1050 (diff)
downloadgcc-7e21622e0e580b065224125cc6085b9f0559293a.zip
gcc-7e21622e0e580b065224125cc6085b9f0559293a.tar.gz
gcc-7e21622e0e580b065224125cc6085b9f0559293a.tar.bz2
objc-act.c (finish_objc): Correct precondition for emitting symtab declarations.
2001-10-12 Ziemowit Laski <zlaski@apple.com> * objc/objc-act.c (finish_objc): Correct precondition for emitting symtab declarations. From-SVN: r46232
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index c1e99d0..9da8ba0 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -8095,7 +8095,7 @@ finish_objc ()
if (objc_static_instances)
generate_static_references ();
- if (objc_implementation_context || class_names_chain
+ if (imp_list || class_names_chain
|| meth_var_names_chain || meth_var_types_chain || sel_ref_chain)
generate_objc_symtab_decl ();