unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 760107639b: Protect windows from garbage collection when a ClientMessage is pending
       [not found] ` <20220416085013.491BDC01684@vcs2.savannah.gnu.org>
@ 2022-04-16  9:08   ` Lars Ingebrigtsen
  2022-04-16  9:14     ` Po Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-04-16  9:08 UTC (permalink / raw)
  To: emacs-devel; +Cc: Po Lu

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 760107639b: Protect windows from garbage collection when a ClientMessage is pending
  2022-04-16  9:08   ` master 760107639b: Protect windows from garbage collection when a ClientMessage is pending Lars Ingebrigtsen
@ 2022-04-16  9:14     ` Po Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Po Lu @ 2022-04-16  9:14 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-16  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <165009901252.19166.1258442981334887963@vcs2.savannah.gnu.org>
     [not found] ` <20220416085013.491BDC01684@vcs2.savannah.gnu.org>
2022-04-16  9:08   ` master 760107639b: Protect windows from garbage collection when a ClientMessage is pending Lars Ingebrigtsen
2022-04-16  9:14     ` Po Lu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).