1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(record_unwind_protect): Protoize parameter.

This commit is contained in:
Andreas Schwab 1997-11-21 14:54:13 +00:00
parent d11ba98c50
commit 1d159538f4

View File

@ -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)