(find_handler_clause): Use PROTOTYPES.
This commit is contained in:
parent
8bbffb1392
commit
b369fa6568
1 changed files with 1 additions and 1 deletions
|
@ -1451,7 +1451,7 @@ find_handler_clause (handlers, conditions, sig, data, debugger_value_ptr)
|
|||
|
||||
if (wants_debugger (Vstack_trace_on_error, conditions))
|
||||
{
|
||||
#ifdef __STDC__
|
||||
#ifdef PROTOTYPES
|
||||
internal_with_output_to_temp_buffer ("*Backtrace*",
|
||||
(Lisp_Object (*) (Lisp_Object)) Fbacktrace,
|
||||
Qnil);
|
||||
|
|
Loading…
Add table
Reference in a new issue