Commit 2438d7a6 by Kai Tietz Committed by Kai Tietz

raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to prevent warning.

2011-03-28  Kai Tietz  <ktietz@redhat.com>

	* raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to
	prevent warning.

From-SVN: r171594
parent 8ad150f6
2011-03-28 Kai Tietz <ktietz@redhat.com>
* raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to
prevent warning.
2011-03-28 Tristan Gingold <gingold@adacore.com>
PR ada/44431
......
......@@ -1065,6 +1065,11 @@ typedef _Unwind_Action phases_arg_t;
#endif
_Unwind_Reason_Code
PERSONALITY_FUNCTION (version_arg_t, phases_arg_t,
_Unwind_Exception_Class, _Unwind_Exception *,
_Unwind_Context *);
_Unwind_Reason_Code
PERSONALITY_FUNCTION (version_arg_t version_arg,
phases_arg_t phases_arg,
_Unwind_Exception_Class uw_exception_class,
......
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