Commit 805c6c57 by Nicola Pero Committed by Richard Henderson

objc-act.c (init_objc): Set save_lang_status, restore_lang_status, and mark_lang_status.

        * objc/objc-act.c (init_objc): Set save_lang_status,
        restore_lang_status, and mark_lang_status.

From-SVN: r40271
parent d3688a02
2001-03-06 Nicola Pero <n.pero@mi.flashnet.it>
* objc/objc-act.c (init_objc): Set save_lang_status,
restore_lang_status, and mark_lang_status.
2001-03-06 Krister Walfridsson <cato@df.lth.se>
* dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.
......
......@@ -8162,6 +8162,9 @@ init_objc ()
synth_module_prologue ();
/* Change the default error function */
save_lang_status = &push_c_function_context;
restore_lang_status = &pop_c_function_context;
mark_lang_status = &mark_c_function_context;
decl_printable_name = objc_printable_name;
lang_expand_expr = c_expand_expr;
lang_expand_decl_stmt = c_expand_decl_stmt;
......
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