* objc/objc-act.c (init_objc): Set save_lang_status,
restore_lang_status, and mark_lang_status.
From-SVN: r40271
+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.
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;