diff options
| author | Andreas Schwab | 1997-11-21 14:54:13 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1997-11-21 14:54:13 +0000 |
| commit | 1d159538f41bc306aef1ade9470abbd03ab16b9a (patch) | |
| tree | 8be707d5d32253e375d85e0647b9b7d173331913 /src/eval.c | |
| parent | d11ba98c5031e245b1b166e52bb0c59d8abab37c (diff) | |
| download | emacs-1d159538f41bc306aef1ade9470abbd03ab16b9a.tar.gz emacs-1d159538f41bc306aef1ade9470abbd03ab16b9a.zip | |
(record_unwind_protect): Protoize parameter.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
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 | ||
| 2693 | void | 2693 | void |
| 2694 | record_unwind_protect (function, arg) | 2694 | record_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) |