emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 1e15500daf: Avoid a compilation warning in eval.c


From: Po Lu
Subject: Re: master 1e15500daf: Avoid a compilation warning in eval.c
Date: Sun, 13 Feb 2022 15:29:00 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> @@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, 
> bool vars_only)
>                   non-local, this is fine, but if it ever reverts to being
>                   local we may end up using this entry "in the wrong
>                   direction".  */
> -           ;
> +           {};
>         }
>         break;
>       }

That's kind of ugly -- how about removing the else branch entirely, just
leaving the comment?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]