From 1d159538f41bc306aef1ade9470abbd03ab16b9a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 21 Nov 1997 14:54:13 +0000 Subject: [PATCH] (record_unwind_protect): Protoize parameter. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2