# HG changeset patch # User Andreas Schwab # Date 880124053 0 # Node ID d75a1b915e20b74c5a6b0c555b9d370ad0cfeb6a # Parent 2841215c1cb46c71271382a12989ee0257efc6b2 (record_unwind_protect): Protoize parameter. diff -r 2841215c1cb4 -r d75a1b915e20 src/eval.c --- a/src/eval.c Fri Nov 21 14:52:16 1997 +0000 +++ b/src/eval.c Fri Nov 21 14:54:13 1997 +0000 @@ -2692,7 +2692,7 @@ void record_unwind_protect (function, arg) - Lisp_Object (*function)(); + Lisp_Object (*function) P_ ((Lisp_Object)); Lisp_Object arg; { if (specpdl_ptr == specpdl + specpdl_size)