aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorAndreas Schwab1997-11-21 14:54:13 +0000
committerAndreas Schwab1997-11-21 14:54:13 +0000
commit1d159538f41bc306aef1ade9470abbd03ab16b9a (patch)
tree8be707d5d32253e375d85e0647b9b7d173331913 /src/eval.c
parentd11ba98c5031e245b1b166e52bb0c59d8abab37c (diff)
downloademacs-1d159538f41bc306aef1ade9470abbd03ab16b9a.tar.gz
emacs-1d159538f41bc306aef1ade9470abbd03ab16b9a.zip
(record_unwind_protect): Protoize parameter.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
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)
2692 2692
2693void 2693void
2694record_unwind_protect (function, arg) 2694record_unwind_protect (function, arg)
2695 Lisp_Object (*function)(); 2695 Lisp_Object (*function) P_ ((Lisp_Object));
2696 Lisp_Object arg; 2696 Lisp_Object arg;
2697{ 2697{
2698 if (specpdl_ptr == specpdl + specpdl_size) 2698 if (specpdl_ptr == specpdl + specpdl_size)