Commit 88852cb5 by Andreas Tobler Committed by Andreas Tobler

objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content…

objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where we called cp_finish_file.

2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>

	* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
	content where we called cp_finish_file.

From-SVN: r118424
parent 55fc9e87
2006-11-02 Andreas Tobler <a.tobler@schweiz.org>
* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
content where we called cp_finish_file.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
* objc-act.c (synth_module_prologue): Replace calls to
......
......@@ -550,10 +550,6 @@ objc_finish_file (void)
if (gen_declaration_file)
fclose (gen_declaration_file);
#ifdef OBJCPLUS
cp_finish_file ();
#endif
}
/* Return the first occurrence of a method declaration corresponding
......
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