]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/eval.c: (grow_specpdl): Remove another redundant declaration
authorMattias Engdegård <mattiase@acm.org>
Sat, 12 Mar 2022 16:53:29 +0000 (17:53 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 12 Mar 2022 16:54:25 +0000 (17:54 +0100)
src/eval.c

index a9d56ca23b3fbf291fe258f709bff08f6fa0b06d..b747d2cbb6fdcf9bdda07ed1a5bd3c7299c7a769 100644 (file)
@@ -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