Commit b92ef8fd by Zack Weinberg

Missed this hunk - belongs with the previous patch

From-SVN: r69521
parent eb1dfbb2
...@@ -3470,8 +3470,9 @@ synth_forward_declarations () ...@@ -3470,8 +3470,9 @@ synth_forward_declarations ()
UOBJC_CLASS_decl = define_decl (an_id, decl_specs); UOBJC_CLASS_decl = define_decl (an_id, decl_specs);
TREE_USED (UOBJC_CLASS_decl) = 1; TREE_USED (UOBJC_CLASS_decl) = 1;
DECL_ARTIFICIAL (UOBJC_CLASS_decl) = 1; DECL_ARTIFICIAL (UOBJC_CLASS_decl) = 1;
TREE_PUBLIC (UOBJC_CLASS_decl) = 0;
/* extern struct objc_class _OBJC_METACLASS_<my_name>; */ /* static struct objc_class _OBJC_METACLASS_<my_name>; */
an_id = synth_id_with_class_suffix ("_OBJC_METACLASS", an_id = synth_id_with_class_suffix ("_OBJC_METACLASS",
objc_implementation_context); objc_implementation_context);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment