emacs-devel
[Top][All Lists]
Advanced

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

Re: master 760107639b: Protect windows from garbage collection when a Cl


From: Po Lu
Subject: Re: master 760107639b: Protect windows from garbage collection when a ClientMessage is pending
Date: Sat, 16 Apr 2022 17:14:07 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:
>
>>     Protect windows from garbage collection when a ClientMessage is pending
>
> This (or some other recent patch) leads to a build failure (on Debian,
> at least):
>
> xterm.c: In function 'mark_xterm':
> xterm.c:23868:8: error: 'dpyinfo' undeclared (first use in this function)
> 23868 |   for (dpyinfo = x_display_list; dpyinfo; dpyinfo = dpyinfo->next)
>       |        ^~~~~~~
> xterm.c:23868:8: note: each undeclared identifier is reported only once for 
> each function it appears in
> xterm.c:23875:12: error: 'i' undeclared (first use in this function); did you 
> mean 'it'?
> 23875 |       for (i = 0; i < dpyinfo->n_protected_windows; ++i)
>       |            ^
>       |            it

Should be fixed now, thanks.


reply via email to

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