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: Lars Ingebrigtsen
Subject: Re: master 760107639b: Protect windows from garbage collection when a ClientMessage is pending
Date: Sat, 16 Apr 2022 11:08:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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