From: Mattias EngdegÄrd Date: Sat, 12 Mar 2022 16:53:29 +0000 (+0100) Subject: ; * src/eval.c: (grow_specpdl): Remove another redundant declaration X-Git-Tag: emacs-29.0.90~1931^2~1177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bea1a96335d13502b6ef895accc116690517a394;p=emacs.git ; * src/eval.c: (grow_specpdl): Remove another redundant declaration --- diff --git a/src/eval.c b/src/eval.c index a9d56ca23b3..b747d2cbb6f 100644 --- a/src/eval.c +++ b/src/eval.c @@ -267,8 +267,6 @@ restore_stack_limits (Lisp_Object data) integer_to_intmax (XCDR (data), &max_lisp_eval_depth); } -static void grow_specpdl (void); - /* Call the Lisp debugger, giving it argument ARG. */ Lisp_Object