changeset 20312:d75a1b915e20

(record_unwind_protect): Protoize parameter.
author Andreas Schwab <schwab@suse.de>
date Fri, 21 Nov 1997 14:54:13 +0000
parents 2841215c1cb4
children 36bbb5e0a687
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)