emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: dangling markers


From: Ihor Radchenko
Subject: Re: MPS: dangling markers
Date: Fri, 28 Jun 2024 16:52:05 +0000

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

>>   for (struct marker_it it_ = marker_it_init (b); marker_it_valid (&it_); \
>>        marker_it_next (&it_)) \
>>     for (struct Lisp_Marker *m = marker_it_marker (&it_); m; m = NULL)
>>
>> is a double loop, which is different from version of master (master has
>> a single for loop).
>
> It's only a syntactic trick to get M declared. Please note that the
> inner for runs exactly onee.

But when we have for (...) for (...) break;, the break will only stop
the inner loop, no?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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