diff options
Diffstat (limited to 'src')
| -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) |