Commit 0e9934c8 by Richard Stallman

(finish_objc) [OBJC_SELECTORS_WITHOUT_LABELS]:

Always call build_selector_translation_table.

From-SVN: r2895
parent 1a98554e
...@@ -4967,7 +4967,11 @@ finish_objc () ...@@ -4967,7 +4967,11 @@ finish_objc ()
} }
} }
/* If we are using an array of selectors, we must always
finish up the array decl even if no selectors were used. */
#ifndef OBJC_SELECTORS_WITHOUT_LABELS
if (sel_ref_chain) if (sel_ref_chain)
#endif
build_selector_translation_table (); build_selector_translation_table ();
if (implementation_context || sel_refdef_chain) if (implementation_context || sel_refdef_chain)
......
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