From: Andreas Schwab Date: Fri, 21 Nov 1997 14:54:13 +0000 (+0000) Subject: (record_unwind_protect): Protoize parameter. X-Git-Tag: emacs-20.3~2761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d159538f41bc306aef1ade9470abbd03ab16b9a;p=emacs.git (record_unwind_protect): Protoize parameter. --- diff --git a/src/eval.c b/src/eval.c index e3a49fd5727..cab8fd854ab 100644 --- a/src/eval.c +++ b/src/eval.c @@ -2692,7 +2692,7 @@ specbind (symbol, value) void record_unwind_protect (function, arg) - Lisp_Object (*function)(); + Lisp_Object (*function) P_ ((Lisp_Object)); Lisp_Object arg; { if (specpdl_ptr == specpdl + specpdl_size)