(find_handler_clause): Use PROTOTYPES.

This commit is contained in:
Dave Love 2000-03-08 18:53:12 +00:00
parent 8bbffb1392
commit b369fa6568

View file

@ -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);